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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DOrganizationDataItem.java58 return getContentValues().getAsString(Organization.PHONETIC_NAME);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsListLoader.java38 Contacts.PHONETIC_NAME, // 9
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForOrganization.java122 || values.containsKey(Organization.PHONETIC_NAME)
133 builder.appendContentFromColumn(Organization.PHONETIC_NAME,
H A DLegacyApiSupport.java372 peopleProjectionMap.put(People.PHONETIC_NAME, People.PHONETIC_NAME);
566 + " AS " + People.PHONETIC_NAME + " , " +
1373 if (values.containsKey(People.NAME) || values.containsKey(People.PHONETIC_NAME)) {
1377 if (values.containsKey(People.PHONETIC_NAME)) {
1378 String phoneticName = values.getAsString(People.PHONETIC_NAME);
H A DContactsDatabaseHelper.java1020 RawContacts.PHONETIC_NAME + " TEXT," +
1654 + "name_raw_contact." + RawContacts.PHONETIC_NAME
1655 + " AS " + Contacts.PHONETIC_NAME + ", "
1724 + RawContacts.PHONETIC_NAME + ", "
2685 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;");
2702 RawContacts.PHONETIC_NAME + "=?," +
2859 Organization.PHONETIC_NAME,
2865 int PHONETIC_NAME = 3; field in interface:ContactsDatabaseHelper.Organization205Query
2887 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);
5398 RawContacts.PHONETIC_NAME
[all...]
H A DContactsProvider2.java601 .add(Contacts.PHONETIC_NAME)
790 .add(RawContacts.PHONETIC_NAME)
8259 StructuredName.PHONETIC_NAME,
/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java39 People.PHONETIC_NAME, // 2
H A DLegacyPhoneNumberListAdapter.java44 People.PHONETIC_NAME, // 5
H A DLegacyPostalAddressListAdapter.java44 People.PHONETIC_NAME, // 5
/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/Contacts/src/com/android/contacts/model/
H A DContactLoader.java121 Contacts.PHONETIC_NAME,
193 public static final int PHONETIC_NAME = 5; field in class:ContactLoader.ContactQuery
612 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
H A DRawContactModifier.java652 final String phoneticName = extras.getString(Insert.PHONETIC_NAME);
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java295 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java186 values.put(Organization.PHONETIC_NAME, "ack-me");
H A DContactsProvider2Test.java122 Contacts.PHONETIC_NAME,
162 Contacts.PHONETIC_NAME,
206 Contacts.PHONETIC_NAME,
254 Contacts.PHONETIC_NAME,
305 RawContacts.PHONETIC_NAME,
379 Contacts.PHONETIC_NAME,
456 Contacts.PHONETIC_NAME,
546 Contacts.PHONETIC_NAME,
3401 values.putNull(RawContacts.PHONETIC_NAME);
3415 values.putNull(Contacts.PHONETIC_NAME);
[all...]
H A DLegacyContactsProviderTest.java924 values.put(People.PHONETIC_NAME, "jon dawe");
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncParser.java1266 cvCompareString(cv, Organization.PHONETIC_NAME, yomiCompanyName) &&
1276 builder.withValue(Organization.PHONETIC_NAME, yomiCompanyName);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java139 Contacts.PHONETIC_NAME, // 10

Completed in 862 milliseconds