HomeSort by relevance Sort by last modified time
    Searched refs:PHONETIC_FAMILY_NAME (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardJapanizationTests.java 113 .put(StructuredName.PHONETIC_FAMILY_NAME, "\u3084\u307E\u3060")
137 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\u3084\u307E\u3060")
165 .put(StructuredName.PHONETIC_FAMILY_NAME, "\u3084\u307E\u3060")
176 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\uFF94\uFF8F\uFF80\uFF9E")
189 .put(StructuredName.PHONETIC_FAMILY_NAME, "\u3084\u307E\u3060")
197 builder.put(StructuredName.PHONETIC_FAMILY_NAME, "\uFF94\uFF8F\uFF80\uFF9E")
VCardExporterTests.java 236 .put(StructuredName.PHONETIC_FAMILY_NAME, "AppropriatePhoneticFamily")
300 .put(StructuredName.PHONETIC_FAMILY_NAME, "DoNotEmitPhoneticFamily1")
311 .put(StructuredName.PHONETIC_FAMILY_NAME, "DoNotEmitPhoneticFamily2")
323 .put(StructuredName.PHONETIC_FAMILY_NAME, "AppropriatePhoneticFamily")
334 .put(StructuredName.PHONETIC_FAMILY_NAME, "DoNotEmitPhoneticFamily3")
    [all...]
VCardImporterTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
100 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
FallbackSource.java 133 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
152 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 456 StructuredName.PHONETIC_FAMILY_NAME + "," +
471 int PHONETIC_FAMILY_NAME = 10;
639 bindString(insert, StructuredNameInsert.PHONETIC_FAMILY_NAME,
    [all...]
NameSplitter.java 143 phoneticFamilyName = values.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
158 putValueIfPresent(values, StructuredName.PHONETIC_FAMILY_NAME, phoneticFamilyName);
    [all...]
LegacyApiSupport.java 151 + "ifnull(name." + StructuredName.PHONETIC_FAMILY_NAME + ",' ')) ";
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java 245 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
342 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
593 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
    [all...]
VCardEntry.java     [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java 245 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
342 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
593 contentValues.getAsString(StructuredName.PHONETIC_FAMILY_NAME);
    [all...]
VCardEntry.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 425 nameValues.put(StructuredName.PHONETIC_FAMILY_NAME, "goo");
446 nameValues.put(StructuredName.PHONETIC_FAMILY_NAME, "ga");
    [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 5990 milliseconds