Searched refs:MIDDLE_NAME (Results 1 - 21 of 21) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
H A DNameConverterTests.java39 structuredName.put(StructuredName.MIDDLE_NAME, "Quincy");
50 structuredName.remove(StructuredName.MIDDLE_NAME);
78 checkNameComponent(StructuredName.MIDDLE_NAME, middleName, structuredName);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
H A DStructuredNameDataItem.java60 return getContentValues().getAsString(StructuredName.MIDDLE_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForStructuredName.java115 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
190 || values.containsKey(StructuredName.MIDDLE_NAME)
H A DNameSplitter.java156 middleName = values.getAsString(StructuredName.MIDDLE_NAME);
174 putValueIfPresent(values, StructuredName.MIDDLE_NAME, middleName);
H A DContactsDatabaseHelper.java2741 StructuredName.MIDDLE_NAME,
2755 int MIDDLE_NAME = 6; field in interface:ContactsDatabaseHelper.StructName205Query
2803 name.middleName = cursor.getString(StructName205Query.MIDDLE_NAME);
5205 public static final int MIDDLE_NAME = 6; // data5 field in interface:ContactsDatabaseHelper.RawContactNameQuery
5256 name.middleName = c.getString(RawContactNameQuery.MIDDLE_NAME);
H A DContactsProvider2.java8256 StructuredName.MIDDLE_NAME,
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DExchangeAccountType.java92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
129 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
H A DBaseAccountType.java163 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
198 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
209 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
919 ks.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
949 kd.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
960 kd.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DNameConverter.java45 StructuredName.MIDDLE_NAME,
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactModifierTests.java787 mockNameValues.put(StructuredName.MIDDLE_NAME, "middle");
803 assertEquals("middle", output.getAsString(StructuredName.MIDDLE_NAME));
830 StructuredName.MIDDLE_NAME, StructuredName.FAMILY_NAME,
847 assertEquals("middle", outputValues.getAsString(StructuredName.MIDDLE_NAME));
867 .appendQueryParameter(StructuredName.MIDDLE_NAME, "middle")
880 mockNameValues.put(StructuredName.MIDDLE_NAME, "middle");
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DExchangeSource.java79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
H A DFallbackSource.java122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
137 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle,
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java204 appendValue(nameSb, values, StructuredName.MIDDLE_NAME);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java527 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.MIDDLE_NAME);
H A DRawContactModifier.java631 StructuredName.MIDDLE_NAME,
640 child.put(StructuredName.MIDDLE_NAME, cursor.getString(2));
1069 // DISPLAY_NAME <-> PREFIX, GIVEN_NAME, MIDDLE_NAME, FAMILY_NAME, SUFFIX
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java61 values.put(StructuredName.MIDDLE_NAME, "I.");
H A DBaseContactsProvider2Test.java617 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
H A DContactsProvider2Test.java3392 values.put(StructuredName.MIDDLE_NAME, "K.");
3596 values.put(StructuredName.MIDDLE_NAME, "P.");
7263 values.put(StructuredName.MIDDLE_NAME, "Q.");
7276 .appendQueryParameter(StructuredName.MIDDLE_NAME, "Q.")
7285 values.put(StructuredName.MIDDLE_NAME, "Q.");
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncParser.java1065 cvCompareString(cv, StructuredName.MIDDLE_NAME, middleName) &&
1074 builder.withValue(StructuredName.MIDDLE_NAME, middleName);
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasContactsSyncHandler.java551 sendStringData(s, cv, StructuredName.MIDDLE_NAME, Tags.CONTACTS_MIDDLE_NAME);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java250 values.put(StructuredName.MIDDLE_NAME, "Arizona");

Completed in 5894 milliseconds