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.java120 Contacts.PHONETIC_NAME,
192 public static final int PHONETIC_NAME = 5; field in class:ContactLoader.ContactQuery
615 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java864 Organization.PHONETIC_NAME,
870 int PHONETIC_NAME = 3; field in interface:ContactsDatabaseHelper.Organization205Query
1218 RawContacts.PHONETIC_NAME + " TEXT," +
1867 + "name_raw_contact." + RawContacts.PHONETIC_NAME
1868 + " AS " + Contacts.PHONETIC_NAME + ", "
1937 + RawContacts.PHONETIC_NAME + ", "
2970 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;");
2987 RawContacts.PHONETIC_NAME + "=?," +
3126 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);
5582 RawContacts.PHONETIC_NAME
[all...]

Completed in 352 milliseconds