Searched defs:PHONETIC_NAME_STYLE (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java1021 // TODO: PHONETIC_NAME_STYLE should be INTEGER. There is a
1024 RawContacts.PHONETIC_NAME_STYLE + " TEXT," +
1664 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE
1665 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", "
1733 + RawContacts.PHONETIC_NAME_STYLE + ", "
2695 + " ADD " + RawContacts.PHONETIC_NAME_STYLE + " INTEGER;");
2711 RawContacts.PHONETIC_NAME_STYLE + "=?," +
2785 StructuredName.PHONETIC_NAME_STYLE + "=?" +
2883 Organization.PHONETIC_NAME_STYLE + "=?" +
5213 public static final int PHONETIC_NAME_STYLE field in interface:ContactsDatabaseHelper.RawContactNameQuery
[all...]

Completed in 180 milliseconds