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

/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java100 Contacts.PHONETIC_NAME,
112 int PHONETIC_NAME = 4; field in interface:ContactHeaderWidget.ContactQuery
641 final String phoneticName = c.getString(ContactQuery.PHONETIC_NAME);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java122 Contacts.PHONETIC_NAME,
194 public static final int PHONETIC_NAME = 5; field in class:ContactLoader.ContactQuery
632 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java880 Organization.PHONETIC_NAME,
886 int PHONETIC_NAME = 3; field in interface:ContactsDatabaseHelper.Organization205Query
1234 RawContacts.PHONETIC_NAME + " TEXT," +
1917 + "name_raw_contact." + RawContacts.PHONETIC_NAME
1918 + " AS " + Contacts.PHONETIC_NAME + ", "
1988 + RawContacts.PHONETIC_NAME + ", "
3077 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;");
3094 RawContacts.PHONETIC_NAME + "=?," +
3233 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);
5788 RawContacts.PHONETIC_NAME
[all...]

Completed in 4325 milliseconds