Searched refs:PHONETIC_NAME (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DContactHeaderWidget.java102 Contacts.PHONETIC_NAME,
114 int PHONETIC_NAME = 4; field in interface:ContactHeaderWidget.ContactQuery
549 final String phoneticName = c.getString(ContactQuery.PHONETIC_NAME);
/frameworks/base/core/java/android/provider/
H A DContacts.java257 public static final String PHONETIC_NAME = "phonetic_name"; field in interface:Contacts.PeopleColumns
2229 public static final String PHONETIC_NAME = field in class:Contacts.Intents.Insert
2230 ContactsContract.Intents.Insert.PHONETIC_NAME;
H A DContactsContract.java578 * The phonetic alphabet used to represent the {@link #PHONETIC_NAME}. See
599 public static final String PHONETIC_NAME = "phonetic_name"; field in interface:ContactsContract.ContactNameColumns
4356 * <td>{@link #PHONETIC_NAME}</td>
4420 public static final String PHONETIC_NAME = DATA8; field in class:ContactsContract.CommonDataKinds.Organization
5893 public static final String PHONETIC_NAME = "phonetic_name"; field in class:ContactsContract.Intents.Insert
/frameworks/base/core/tests/coretests/src/android/pim/vcard/
H A DVCardExporterTests.java850 .put(Organization.PHONETIC_NAME, "PhoneticName!") // Ignored
H A DVCardImporterTests.java1084 .put(Organization.PHONETIC_NAME,
/frameworks/base/core/java/android/pim/vcard/
H A DVCardEntry.java1212 builder.withValue(Organization.PHONETIC_NAME, organizationData.phoneticName);

Completed in 112 milliseconds