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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java855 public static final int PHONETIC_NAME_STYLE = 12; // data11 field in interface:ContactsDatabaseHelper.RawContactNameQuery
1219 // TODO: PHONETIC_NAME_STYLE should be INTEGER. There is a
1222 RawContacts.PHONETIC_NAME_STYLE + " TEXT," +
1869 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE
1870 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", "
1938 + RawContacts.PHONETIC_NAME_STYLE + ", "
2972 + " ADD " + RawContacts.PHONETIC_NAME_STYLE + " INTEGER;");
2988 RawContacts.PHONETIC_NAME_STYLE + "=?," +
3030 StructuredName.PHONETIC_NAME_STYLE + "=?" +
3114 Organization.PHONETIC_NAME_STYLE
[all...]

Completed in 45 milliseconds