Home
last modified time | relevance | path

Searched refs:MIDDLE_NAME (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
DNameConverterTests.java37 structuredName.put(StructuredName.MIDDLE_NAME, "Quincy"); in testStructuredNameToDisplayName()
48 structuredName.remove(StructuredName.MIDDLE_NAME); in testStructuredNameToDisplayName()
76 checkNameComponent(StructuredName.MIDDLE_NAME, middleName, structuredName); in assertStructuredName()
/packages/apps/Contacts/tests/src/com/android/contacts/
DRawContactModifierTests.java787 mockNameValues.put(StructuredName.MIDDLE_NAME, "middle"); in testMigrateWithDisplayNameFromGoogleToExchange1()
803 assertEquals("middle", output.getAsString(StructuredName.MIDDLE_NAME)); in testMigrateWithDisplayNameFromGoogleToExchange1()
830 StructuredName.MIDDLE_NAME, StructuredName.FAMILY_NAME, in testMigrateWithDisplayNameFromGoogleToExchange2()
847 assertEquals("middle", outputValues.getAsString(StructuredName.MIDDLE_NAME)); in testMigrateWithDisplayNameFromGoogleToExchange2()
867 .appendQueryParameter(StructuredName.MIDDLE_NAME, "middle") in testMigrateWithStructuredNameFromExchangeToGoogle()
880 mockNameValues.put(StructuredName.MIDDLE_NAME, "middle"); in testMigrateWithStructuredNameFromExchangeToGoogle()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExchangeAccountType.java92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindStructuredName()
122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindDisplayName()
129 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindDisplayName()
DBaseAccountType.java163 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindStructuredName()
198 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindDisplayName()
209 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindDisplayName()
919 ks.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in parseDataKind()
949 kd.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in parseDataKind()
960 kd.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in parseDataKind()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredName.java115 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
190 || values.containsKey(StructuredName.MIDDLE_NAME) in containsSearchableColumns()
DNameSplitter.java156 middleName = values.getAsString(StructuredName.MIDDLE_NAME); in fromValues()
174 putValueIfPresent(values, StructuredName.MIDDLE_NAME, middleName); in toValues()
DContactsDatabaseHelper.java2696 StructuredName.MIDDLE_NAME,
2710 int MIDDLE_NAME = 6; field
2758 name.middleName = cursor.getString(StructName205Query.MIDDLE_NAME); in upgradeStructuredNamesToVersion205()
5146 public static final int MIDDLE_NAME = 6; // data5 field
5197 name.middleName = c.getString(RawContactNameQuery.MIDDLE_NAME); in updateRawContactDisplayName()
DContactsProvider2.java8180 StructuredName.MIDDLE_NAME, in completeName()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DExchangeSource.java79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName()
92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName()
DFallbackSource.java122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName()
137 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DStructuredNameDataItem.java60 return getContentValues().getAsString(StructuredName.MIDDLE_NAME); in getMiddleName()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java1290 cvCompareString(cv, StructuredName.MIDDLE_NAME, middleName) && in addName()
1299 builder.withValue(StructuredName.MIDDLE_NAME, middleName); in addName()
1670 sendStringData(s, cv, StructuredName.MIDDLE_NAME, Tags.CONTACTS_MIDDLE_NAME); in sendStructuredName()
/packages/apps/Contacts/src/com/android/contacts/util/
DNameConverter.java43 StructuredName.MIDDLE_NAME,
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java632 StructuredName.MIDDLE_NAME, in parseStructuredNameExtra()
641 child.put(StructuredName.MIDDLE_NAME, cursor.getString(2)); in parseStructuredNameExtra()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java204 appendValue(nameSb, values, StructuredName.MIDDLE_NAME); in buildAggregationSuggestionUri()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DValuesDelta.java527 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.MIDDLE_NAME); in copyStructuredNameFieldsFrom()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java61 values.put(StructuredName.MIDDLE_NAME, "I."); in testSearchIndexForStructuredName()
DContactsProvider2Test.java3327 values.put(StructuredName.MIDDLE_NAME, "K."); in testContactWithoutPhoneticName()
3531 values.put(StructuredName.MIDDLE_NAME, "P."); in testDisplayNameFromData()
7205 values.put(StructuredName.MIDDLE_NAME, "Q."); in testNameParsingQuery()
7218 .appendQueryParameter(StructuredName.MIDDLE_NAME, "Q.") in testNameConcatenationQuery()
7227 values.put(StructuredName.MIDDLE_NAME, "Q."); in testNameConcatenationQuery()
DBaseContactsProvider2Test.java619 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME, in assertStructuredName()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java250 values.put(StructuredName.MIDDLE_NAME, "Arizona"); in testAggregationOfInconsistentlyParsedNames()