| /expo/home/graphql/fragments/ |
| H A D | CurrentUserActorData.fragment.graphql | 6 lastName 17 lastName
|
| /expo/home/graphql/queries/ |
| H A D | ProfileDataQuery.query.graphql | 6 lastName
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 60 protected String lastName = ""; field in Contact 114 …this.lastName = cursor.getString(cursor.getColumnIndex(CommonDataKinds.StructuredName.FAMILY_NAME)… in fromCursor() 167 boolean hasLastName = lastName != null && !lastName.equals(""); in fromCursor() 186 if (lastName == null) { in getLastName() 189 return lastName; in getLastName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 225 .withValue(StructuredName.FAMILY_NAME, lastName) in toInsertOperationList() 284 .withValue(StructuredName.FAMILY_NAME, lastName) in toUpdateOperationList() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 350 contact.putString("lastName", lastName); in toMap() [all …]
|
| H A D | ContactsModule.java | 377 contact.lastName = (String) data.get("lastName"); in mutateContact()
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/ |
| H A D | Contact.java | 60 protected String lastName = ""; field in Contact 114 …this.lastName = cursor.getString(cursor.getColumnIndex(CommonDataKinds.StructuredName.FAMILY_NAME)… in fromCursor() 167 boolean hasLastName = lastName != null && !lastName.equals(""); in fromCursor() 186 if (lastName == null) { in getLastName() 189 return lastName; in getLastName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 225 .withValue(StructuredName.FAMILY_NAME, lastName) in toInsertOperationList() 284 .withValue(StructuredName.FAMILY_NAME, lastName) in toUpdateOperationList() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 350 contact.putString("lastName", lastName); in toMap() [all …]
|
| H A D | ContactsModule.java | 377 contact.lastName = (String) data.get("lastName"); in mutateContact()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 60 protected String lastName = ""; field in Contact 114 …this.lastName = cursor.getString(cursor.getColumnIndex(CommonDataKinds.StructuredName.FAMILY_NAME)… in fromCursor() 167 boolean hasLastName = lastName != null && !lastName.equals(""); in fromCursor() 186 if (lastName == null) { in getLastName() 189 return lastName; in getLastName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 225 .withValue(StructuredName.FAMILY_NAME, lastName) in toInsertOperationList() 284 .withValue(StructuredName.FAMILY_NAME, lastName) in toUpdateOperationList() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 350 contact.putString("lastName", lastName); in toMap() [all …]
|
| H A D | ContactsModule.java | 377 contact.lastName = (String) data.get("lastName"); in mutateContact()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/ |
| H A D | Contact.java | 60 protected String lastName = ""; field in Contact 114 …this.lastName = cursor.getString(cursor.getColumnIndex(CommonDataKinds.StructuredName.FAMILY_NAME)… in fromCursor() 167 boolean hasLastName = lastName != null && !lastName.equals(""); in fromCursor() 186 if (lastName == null) { in getLastName() 189 return lastName; in getLastName() 195 return lastName == null ? firstName : String.format("%s %s", firstName, lastName).trim(); in getDisplayName() 225 .withValue(StructuredName.FAMILY_NAME, lastName) in toInsertOperationList() 284 .withValue(StructuredName.FAMILY_NAME, lastName) in toUpdateOperationList() 349 if (!TextUtils.isEmpty(lastName)) in toMap() 350 contact.putString("lastName", lastName); in toMap() [all …]
|
| H A D | ContactsModule.java | 377 contact.lastName = (String) data.get("lastName"); in mutateContact()
|
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ |
| H A D | TestContacts.kt | 23 lastName: String, in addContact() 44 .withValue(ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME, lastName) in addContact()
|
| /expo/home/graphql/ |
| H A D | types.ts | 4288 lastName?: Maybe<Scalars['String']>; 4339 lastName?: InputMaybe<Scalars['String']>; 5037 lastName?: Maybe<Scalars['String']>; 5129 lastName?: Maybe<Scalars['String']>; 5201 lastName?: InputMaybe<Scalars['String']>; 5435 …lastName?: string | null, profilePhoto: string, accounts: Array<{ __typename?: 'Account', id: stri… 5437 …lastName?: string | null, profilePhoto: string, accounts: Array<{ __typename?: 'Account', id: stri… 5474 …lastName?: string | null, profilePhoto: string, accounts: Array<{ __typename?: 'Account', id: stri… 5482 …lastName?: string | null, profilePhoto: string, appCount: number, accounts: Array<{ __typename?: '… 5558 …lastName?: string | null, profilePhoto: string, accounts: Array<{ __typename?: 'Account', id: stri…
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 251 lastName?: string;
|
| H A D | Contacts.js.map | 1 …lastName?: string;\n /**\n * Maiden name.\n */\n maidenName?: string;\n /**\n * Dr. Mr. M…
|
| /expo/apps/test-suite/tests/ |
| H A D | Contacts.js | 124 async function createSimpleContact(firstName, lastName) { argument 127 [Contacts.Fields.LastName]: lastName,
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 269 lastName?: string;
|
| /expo/packages/@expo/cli/src/graphql/ |
| H A D | generated.ts | 902 lastName?: InputMaybe<Scalars['String']>; 1084 lastName?: InputMaybe<Scalars['String']>;
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 540 | lastName | `string` | Family name. … 788 | LastName | `'lastName'` | ✅ | ✅ | 851 | LastName | `'lastName'` | Sort by last name in ascending order | ✅ | ✅ |
|
| /expo/docs/pages/eas/metadata/ |
| H A D | schema.mdx | 787 "lastName": "Doe", 805 "lastName": "Doe", 829 name: 'lastName',
|
| /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 | 43 static NSString *const ABI47_0_0EXContactsKeyLastName = @"lastName"; 903 @"lastName": CNContactFamilyNameKey, 1004 @"lastName":@(CNContactSortOrderFamilyName),
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts.m | 43 static NSString *const EXContactsKeyLastName = @"lastName"; 903 @"lastName": CNContactFamilyNameKey, 1004 @"lastName":@(CNContactSortOrderFamilyName),
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts.m | 43 static NSString *const ABI49_0_0EXContactsKeyLastName = @"lastName"; 903 @"lastName": CNContactFamilyNameKey, 1004 @"lastName":@(CNContactSortOrderFamilyName),
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts.m | 43 static NSString *const ABI48_0_0EXContactsKeyLastName = @"lastName"; 903 @"lastName": CNContactFamilyNameKey, 1004 @"lastName":@(CNContactSortOrderFamilyName),
|