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," +
1656 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE
1657 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", "
1725 + RawContacts.PHONETIC_NAME_STYLE + ", "
2687 + " ADD " + RawContacts.PHONETIC_NAME_STYLE + " INTEGER;");
2703 RawContacts.PHONETIC_NAME_STYLE + "=?," +
2777 StructuredName.PHONETIC_NAME_STYLE + "=?" +
2875 Organization.PHONETIC_NAME_STYLE + "=?" +
5205 public static final int PHONETIC_NAME_STYLE field in interface:ContactsDatabaseHelper.RawContactNameQuery
[all...]

Completed in 19 milliseconds