/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | SimAccountType.java | 83 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 102 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName() 109 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName()
|
D | BaseAccountType.java | 165 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 193 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName() 204 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindName() 925 ks.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in parseDataKind() 952 kn.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in parseDataKind() 963 kn.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in parseDataKind()
|
D | ExchangeAccountType.java | 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindStructuredName()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 261 values.put(StructuredName.FAMILY_NAME, "Ave"); in testAggregationOfInconsistentlyParsedNames() 268 values.put(StructuredName.FAMILY_NAME, "Arizona Ave"); in testAggregationOfInconsistentlyParsedNames() 279 values.put(StructuredName.FAMILY_NAME, "James"); in testAggregationBasedOnMiddleName() 287 values.put(StructuredName.FAMILY_NAME, "James"); in testAggregationBasedOnMiddleName() 1305 values.put(StructuredName.FAMILY_NAME, "Android"); in testDisplayNameSources() 1422 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeInitializedAsSuspended() 1431 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeInitializedAsSuspended() 1464 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeUpdatedToSuspended() 1473 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeUpdatedToSuspended() 1505 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeSuspendedOverriddenByAggException() [all …]
|
D | ContactAggregator2Test.java | 261 values.put(StructuredName.FAMILY_NAME, "Ave"); in testAggregationOfInconsistentlyParsedNames() 268 values.put(StructuredName.FAMILY_NAME, "Arizona Ave"); in testAggregationOfInconsistentlyParsedNames() 279 values.put(StructuredName.FAMILY_NAME, "James"); in testAggregationBasedOnMiddleName() 287 values.put(StructuredName.FAMILY_NAME, "James"); in testAggregationBasedOnMiddleName() 1313 values.put(StructuredName.FAMILY_NAME, "Android"); in testDisplayNameSources() 1430 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeInitializedAsSuspended() 1439 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeInitializedAsSuspended() 1472 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeUpdatedToSuspended() 1481 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeUpdatedToSuspended() 1513 .withValue(StructuredName.FAMILY_NAME, "Doe") in testAggregationModeSuspendedOverriddenByAggException() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | StructuredNameEditorView.java | 108 if (StructuredName.FAMILY_NAME.equals(column)) { in updatePhonetic() 130 if (StructuredName.FAMILY_NAME.equals(column)) { in getPhonetic()
|
D | AggregationSuggestionEngine.java | 205 appendValue(nameSb, values, StructuredName.FAMILY_NAME); in buildAggregationSuggestionUri()
|
D | TextFieldsEditorView.java | 244 if (StructuredName.FAMILY_NAME.equals(column)) { in getNameField()
|
D | ContactEditorFragment.java | 1034 final String beforeLastName = original.getAsString(StructuredName.FAMILY_NAME); in structuredNamesAreEqual() 1035 final String afterLastName = pending.getAsString(StructuredName.FAMILY_NAME); in structuredNamesAreEqual()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | ExchangeAccountType.java | 96 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME)); in addDataKindStructuredName() 134 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME)); in addDataKindDisplayName() 147 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME)); in addDataKindDisplayName()
|
D | BaseAccountType.java | 175 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in addDataKindStructuredName() 224 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in addDataKindDisplayName() 246 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in addDataKindDisplayName() 1051 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in parseDataKind() 1097 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in parseDataKind() 1119 new EditField(StructuredName.FAMILY_NAME, R.string.name_family, FLAGS_PERSON_NAME) in parseDataKind()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2TransactionTest.java | 189 b.withValue(StructuredName.FAMILY_NAME, "Contact"); in addInsertContactOperations() 218 b.withValue(StructuredName.FAMILY_NAME, "Contact"); in addInsertProfileOperations()
|
D | SearchIndexManagerTest.java | 62 values.put(StructuredName.FAMILY_NAME, "Parr"); in testSearchIndexForStructuredName() 83 values.put(StructuredName.FAMILY_NAME, "Parr"); in testSearchIndexForStructuredName_phoneticOnly()
|
D | ContactsProvider2Test.java | 2140 StructuredName.FAMILY_NAME, "Corp"); in testQueryMergedDataPhones() 2159 StructuredName.FAMILY_NAME, "Corp"); in testQueryMergedDataPhones() 2261 StructuredName.FAMILY_NAME, "Corp"); in testPhoneLookupEnterprise_withCorpProfile() 2281 StructuredName.FAMILY_NAME, "Corp"); in testPhoneLookupEnterprise_withCorpProfile() 2848 StructuredName.FAMILY_NAME, "Corp"); in testQueryCorpContactsProvider() 3455 nameValues.put(StructuredName.FAMILY_NAME, "Goulash"); in testQueryContactFilterByName() 4029 values.put(StructuredName.FAMILY_NAME, "Blob"); in testUpdateDataDoesNotRequireProfilePermission() 4093 nameRow.put(StructuredName.FAMILY_NAME, "Prophyl"); in getExpectedProfileDataValues() 4567 values.putNull(StructuredName.FAMILY_NAME); in testDisplayNameParsingWhenPartsAreNull() 4576 values.put(StructuredName.FAMILY_NAME, "Johnson"); in testDisplayNameParsingWhenPartsSpecified() [all …]
|
D | ContactsActor.java | 644 values.put(CommonDataKinds.StructuredName.FAMILY_NAME, name); in createName()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForStructuredName.java | 111 StructuredName.FAMILY_NAME, StructuredName.SUFFIX 171 return values.containsKey(StructuredName.FAMILY_NAME) in containsSearchableColumns()
|
D | NameSplitter.java | 157 familyName = values.getAsString(StructuredName.FAMILY_NAME); in fromValues() 175 putValueIfPresent(values, StructuredName.FAMILY_NAME, familyName); in toValues()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
D | StructuredNameDataItem.java | 51 return getContentValues().getAsString(StructuredName.FAMILY_NAME); in getFamilyName()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | StructuredNameDataItem.java | 52 return getContentValues().getAsString(StructuredName.FAMILY_NAME); in getFamilyName()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | NameConverter.java | 43 StructuredName.FAMILY_NAME,
|
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
D | DataUtil.java | 85 values.put(StructuredName.FAMILY_NAME, familyName); in insertStructuredName()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 165 StructuredName.FAMILY_NAME,
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ValuesDelta.java | 551 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME); in copyStructuredNameFieldsFrom()
|
D | RawContactModifier.java | 622 StructuredName.FAMILY_NAME, in parseStructuredNameExtra() 632 child.put(StructuredName.FAMILY_NAME, cursor.getString(3)); in parseStructuredNameExtra()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 838 mockNameValues.put(StructuredName.FAMILY_NAME, "family"); in testMigrateNameFromGoogleToExchange() 854 assertEquals("family", output.getAsString(StructuredName.FAMILY_NAME)); in testMigrateNameFromGoogleToExchange()
|