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

1 2

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
StructuredNameDataItem.java 72 return getContentValues().getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
88 getContentValues().put(StructuredName.PHONETIC_MIDDLE_NAME, name);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 116 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0")
140 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0")
168 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0")
179 .put(StructuredName.PHONETIC_MIDDLE_NAME,
VCardExporterTests.java 241 .put(StructuredName.PHONETIC_MIDDLE_NAME, "AppropriatePhoneticMiddle");
305 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle1");
316 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle2")
328 .put(StructuredName.PHONETIC_MIDDLE_NAME, "AppropriatePhoneticMiddle")
339 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle3")
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 176 || values.containsKey(StructuredName.PHONETIC_MIDDLE_NAME)
191 String phoneticMiddle = builder.getString(StructuredName.PHONETIC_MIDDLE_NAME);
NameSplitter.java 164 phoneticMiddleName = values.getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
179 putValueIfPresent(values, StructuredName.PHONETIC_MIDDLE_NAME, phoneticMiddleName);
    [all...]
ContactsDatabaseHelper.java     [all...]
LegacyApiSupport.java 155 + "ifnull(name." + StructuredName.PHONETIC_MIDDLE_NAME + ",' '))||' '||"
    [all...]
ContactsProvider2.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 514 put(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_MIDDLE_NAME, value);
526 return getAsString(ContactsContract.CommonDataKinds.StructuredName.PHONETIC_MIDDLE_NAME);
555 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.PHONETIC_MIDDLE_NAME);
RawContactModifier.java 648 child.put(StructuredName.PHONETIC_MIDDLE_NAME, dataItem.getPhoneticMiddleName());
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 130 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME,
145 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME,
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 225 appendValue(phoneticNameSb, values, StructuredName.PHONETIC_MIDDLE_NAME);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 171 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME,
232 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME,
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 214 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
313 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
564 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME);
    [all...]
VCardEntry.java 195 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle);
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 2917 milliseconds

1 2