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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java383 static int PHONETIC_NAME = 16; field in interface:LegacyContactImporter.PeopleQuery
622 String phoneticName = c.getString(PeopleQuery.PHONETIC_NAME);
H A DContactsDatabaseHelper.java700 RawContacts.PHONETIC_NAME + " TEXT," +
1145 + "name_raw_contact." + RawContacts.PHONETIC_NAME
1146 + " AS " + Contacts.PHONETIC_NAME + ", "
1204 + RawContacts.PHONETIC_NAME + ", "
1630 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;");
1649 RawContacts.PHONETIC_NAME + "=?," +
1807 Organization.PHONETIC_NAME,
1813 int PHONETIC_NAME = 3; field in interface:ContactsDatabaseHelper.Organization205Query
1835 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);

Completed in 10 milliseconds