HomeSort by relevance Sort by last modified time
    Searched refs:MIDDLE_NAME (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 39 structuredName.put(StructuredName.MIDDLE_NAME, "Quincy");
50 structuredName.remove(StructuredName.MIDDLE_NAME);
78 checkNameComponent(StructuredName.MIDDLE_NAME, middleName, structuredName);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 62 .put(StructuredName.MIDDLE_NAME, "C\\;")
83 .put(StructuredName.MIDDLE_NAME, ",")
VCardExporterTests.java 67 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName")
105 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1")
114 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName")
128 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName2")
165 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1")
174 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName2")
184 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName")
193 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName3")
235 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName")
300 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1"
    [all...]
VCardJapanizationTests.java 41 .put(StructuredName.MIDDLE_NAME, "B")
69 .put(StructuredName.MIDDLE_NAME, "B")
91 .put(StructuredName.MIDDLE_NAME, "B")
VCardImporterTests.java 478 .put(StructuredName.MIDDLE_NAME, "C\\;")
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 60 return getContentValues().getAsString(StructuredName.MIDDLE_NAME);
  /external/chromium_org/components/autofill/core/browser/android/java/src/org/chromium/components/browser/autofill/
PersonalAutofillPopulator.java 114 private static final int MIDDLE_NAME = 1;
122 ContactsContract.CommonDataKinds.StructuredName.MIDDLE_NAME,
198 mMiddleName = nameCursor.getString(nameProfileQuery.MIDDLE_NAME);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 115 StructuredName.PREFIX, StructuredName.GIVEN_NAME, StructuredName.MIDDLE_NAME,
190 || values.containsKey(StructuredName.MIDDLE_NAME)
NameSplitter.java 156 middleName = values.getAsString(StructuredName.MIDDLE_NAME);
174 putValueIfPresent(values, StructuredName.MIDDLE_NAME, middleName);
    [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExchangeAccountType.java 92 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,
BaseAccountType.java 163 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,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
NameConverter.java 45 StructuredName.MIDDLE_NAME,
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
FallbackSource.java 122 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/
AggregationSuggestionEngine.java 204 appendValue(nameSb, values, StructuredName.MIDDLE_NAME);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 527 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.MIDDLE_NAME);
RawContactModifier.java 631 StructuredName.MIDDLE_NAME,
640 child.put(StructuredName.MIDDLE_NAME, cursor.getString(2));
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 61 values.put(StructuredName.MIDDLE_NAME, "I.");
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 241 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME);
327 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME);
431 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasContactsSyncHandler.java 551 sendStringData(s, cv, StructuredName.MIDDLE_NAME, Tags.CONTACTS_MIDDLE_NAME);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 250 values.put(StructuredName.MIDDLE_NAME, "Arizona");
    [all...]

Completed in 399 milliseconds

1 2