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

  /frameworks/base/core/java/android/provider/
ContactsContract.java 575 public static final String PHONETIC_NAME_STYLE = "phonetic_name_style";
580 * {@link #PHONETIC_NAME_STYLE}.
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 459 StructuredName.PHONETIC_NAME_STYLE +
474 int PHONETIC_NAME_STYLE = 13;
645 insert.bindLong(StructuredNameInsert.PHONETIC_NAME_STYLE,
    [all...]
ContactsProvider2.java 519 sContactsProjectionMap.put(Contacts.PHONETIC_NAME_STYLE, Contacts.PHONETIC_NAME_STYLE);
591 sRawContactsProjectionMap.put(RawContacts.PHONETIC_NAME_STYLE,
592 RawContacts.PHONETIC_NAME_STYLE);
    [all...]
ContactsDatabaseHelper.java     [all...]
NameSplitter.java 147 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE);
161 values.put(StructuredName.PHONETIC_NAME_STYLE, phoneticNameStyle);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 661 values.put(RawContacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED);
673 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED);
703 values.put(RawContacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED);
715 values.put(Contacts.PHONETIC_NAME_STYLE, PhoneticNameStyle.UNDEFINED);
    [all...]

Completed in 5639 milliseconds