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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java458 StructuredName.PHONETIC_NAME_STYLE +
473 int PHONETIC_NAME_STYLE = 13; field in interface:LegacyContactImporter.StructuredNameInsert
642 insert.bindLong(StructuredNameInsert.PHONETIC_NAME_STYLE,
H A DContactsDatabaseHelper.java916 RawContacts.PHONETIC_NAME_STYLE + " TEXT," +
1589 + "name_raw_contact." + RawContacts.PHONETIC_NAME_STYLE
1590 + " AS " + Contacts.PHONETIC_NAME_STYLE + ", "
1646 + RawContacts.PHONETIC_NAME_STYLE + ", "
2454 + " ADD " + RawContacts.PHONETIC_NAME_STYLE + " INTEGER;");
2472 RawContacts.PHONETIC_NAME_STYLE + "=?," +
2546 StructuredName.PHONETIC_NAME_STYLE + "=?" +
2645 Organization.PHONETIC_NAME_STYLE + "=?" +
4584 public static final int PHONETIC_NAME_STYLE = 12; // data11 field in interface:ContactsDatabaseHelper.RawContactNameQuery
4636 name.phoneticNameStyle = c.isNull(RawContactNameQuery.PHONETIC_NAME_STYLE)
[all...]

Completed in 99 milliseconds