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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 150 update.put(StructuredName.PHONETIC_NAME_STYLE, name.phoneticNameStyle);
156 if (!update.containsKey(StructuredName.PHONETIC_NAME_STYLE)) {
157 update.put(StructuredName.PHONETIC_NAME_STYLE,
ContactsDatabaseHelper.java     [all...]
LegacyContactImporter.java 458 StructuredName.PHONETIC_NAME_STYLE +
473 int PHONETIC_NAME_STYLE = 13;
642 insert.bindLong(StructuredNameInsert.PHONETIC_NAME_STYLE,
    [all...]
NameSplitter.java 163 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE);
177 values.put(StructuredName.PHONETIC_NAME_STYLE, phoneticNameStyle);
    [all...]
ContactsProvider2.java 562 .add(Contacts.PHONETIC_NAME_STYLE)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 104 Contacts.PHONETIC_NAME_STYLE,
139 Contacts.PHONETIC_NAME_STYLE,
185 RawContacts.PHONETIC_NAME_STYLE,
252 Contacts.PHONETIC_NAME_STYLE,
321 Contacts.PHONETIC_NAME_STYLE,
405 Contacts.PHONETIC_NAME_STYLE,
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1165 milliseconds