| /expo/home/graphql/fragments/ |
| H A D | CurrentUserActorData.fragment.graphql | 5 firstName 15 firstName
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | user-test.ts | 66 firstName: 'GLaDOS', 196 expect(getActorDisplayName(robotStub)).toBe(`${robotStub.firstName} (robot)`); 200 expect(getActorDisplayName({ ...robotStub, firstName: undefined })).toBe('robot');
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 58 protected String firstName = ""; field in Contact 165 boolean hasFirstName = firstName != null && !firstName.equals(""); in fromCursor() 179 if (firstName == null) { in getFirstName() 182 return firstName; in getFirstName() 194 if (displayName == null && firstName != null) { in getDisplayName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 223 .withValue(StructuredName.GIVEN_NAME, firstName) in toInsertOperationList() 282 .withValue(StructuredName.GIVEN_NAME, firstName) in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 346 contact.putString("firstName", firstName); in toMap() [all …]
|
| H A D | ContactsModule.java | 373 contact.firstName = (String) data.get("firstName"); in mutateContact()
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | Contact.java | 58 protected String firstName = ""; field in Contact 165 boolean hasFirstName = firstName != null && !firstName.equals(""); in fromCursor() 179 if (firstName == null) { in getFirstName() 182 return firstName; in getFirstName() 194 if (displayName == null && firstName != null) { in getDisplayName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 223 .withValue(StructuredName.GIVEN_NAME, firstName) in toInsertOperationList() 282 .withValue(StructuredName.GIVEN_NAME, firstName) in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 346 contact.putString("firstName", firstName); in toMap() [all …]
|
| H A D | ContactsModule.java | 373 contact.firstName = (String) data.get("firstName"); in mutateContact()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 58 protected String firstName = ""; field in Contact 165 boolean hasFirstName = firstName != null && !firstName.equals(""); in fromCursor() 179 if (firstName == null) { in getFirstName() 182 return firstName; in getFirstName() 194 if (displayName == null && firstName != null) { in getDisplayName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 223 .withValue(StructuredName.GIVEN_NAME, firstName) in toInsertOperationList() 282 .withValue(StructuredName.GIVEN_NAME, firstName) in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 346 contact.putString("firstName", firstName); in toMap() [all …]
|
| H A D | ContactsModule.java | 373 contact.firstName = (String) data.get("firstName"); in mutateContact()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 58 protected String firstName = ""; field in Contact 165 boolean hasFirstName = firstName != null && !firstName.equals(""); in fromCursor() 179 if (firstName == null) { in getFirstName() 182 return firstName; in getFirstName() 194 if (displayName == null && firstName != null) { in getDisplayName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 223 .withValue(StructuredName.GIVEN_NAME, firstName) in toInsertOperationList() 282 .withValue(StructuredName.GIVEN_NAME, firstName) in toUpdateOperationList() 345 if (!TextUtils.isEmpty(firstName)) in toMap() 346 contact.putString("firstName", firstName); in toMap() [all …]
|
| /expo/home/graphql/queries/ |
| H A D | ProfileDataQuery.query.graphql | 5 firstName
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | user.ts | 34 return user.firstName ? `${user.firstName} (robot)` : 'robot';
|
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | TestContacts.kt | 22 firstName: String, in addContact() 43 .withValue(ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME, firstName) in addContact()
|
| /expo/home/graphql/ |
| H A D | types.ts | 616 firstName?: Maybe<Scalars['String']>; 3974 firstName?: Maybe<Scalars['String']>; 4278 firstName?: Maybe<Scalars['String']>; 4338 firstName?: InputMaybe<Scalars['String']>; 5022 firstName?: Maybe<Scalars['String']>; 5119 firstName?: Maybe<Scalars['String']>; 5198 firstName?: InputMaybe<Scalars['String']>; 5435 …firstName?: string | null, lastName?: string | null, profilePhoto: string, accounts: Array<{ __typ… 5437 …firstName?: string | null, lastName?: string | null, profilePhoto: string, accounts: Array<{ __typ… 5474 …firstName?: string | null, lastName?: string | null, profilePhoto: string, accounts: Array<{ __typ… [all …]
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 243 firstName?: string;
|
| H A D | Contacts.js.map | 1 …firstName?: string;\n /**\n * Middle name\n */\n middleName?: string;\n /**\n * Last name…
|
| /expo/apps/test-suite/tests/ |
| H A D | Contacts.js | 124 async function createSimpleContact(firstName, lastName) { argument 126 [Contacts.Fields.FirstName]: firstName,
|
| /expo/packages/@expo/cli/src/graphql/ |
| H A D | generated.ts | 899 firstName?: InputMaybe<Scalars['String']>; 1079 firstName?: InputMaybe<Scalars['String']>; 1116 …serQuery = { __typename?: 'RootQuery', meActor?: { __typename: 'Robot', firstName?: string | null,…
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 261 firstName?: string;
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 538 | firstName | `string` | Given name. … 786 | FirstName | `'firstName'` | ✅ | ✅ | 850 | FirstName | `'firstName'` | Sort by first name in ascending order | ✅ | ✅ |
|
| /expo/docs/pages/eas/metadata/ |
| H A D | schema.mdx | 786 "firstName": "John", 804 "firstName": "John", 822 name: 'firstName',
|
| /expo/packages/expo-contacts/ |
| H A D | CHANGELOG.md | 195 - Fixed bug, where sorting contacts by `firstName` or `lastName` could cause crash on Android. ([#9…
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts.m | 41 static NSString *const ABI47_0_0EXContactsKeyFirstName = @"firstName"; 901 @"firstName": CNContactGivenNameKey, 1003 @"firstName": @(CNContactSortOrderGivenName),
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts.m | 41 static NSString *const EXContactsKeyFirstName = @"firstName"; 901 @"firstName": CNContactGivenNameKey, 1003 @"firstName": @(CNContactSortOrderGivenName),
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts.m | 41 static NSString *const ABI49_0_0EXContactsKeyFirstName = @"firstName"; 901 @"firstName": CNContactGivenNameKey, 1003 @"firstName": @(CNContactSortOrderGivenName),
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts.m | 41 static NSString *const ABI48_0_0EXContactsKeyFirstName = @"firstName"; 901 @"firstName": CNContactGivenNameKey, 1003 @"firstName": @(CNContactSortOrderGivenName),
|