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

/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.java121 || values.containsKey(Organization.PHONETIC_NAME)
130 builder.appendContentFromColumn(Organization.PHONETIC_NAME,
H A DLegacyApiSupport.java369 peopleProjectionMap.put(People.PHONETIC_NAME, People.PHONETIC_NAME);
563 + " AS " + People.PHONETIC_NAME + " , " +
1372 if (values.containsKey(People.NAME) || values.containsKey(People.PHONETIC_NAME)) {
1376 if (values.containsKey(People.PHONETIC_NAME)) {
1377 String phoneticName = values.getAsString(People.PHONETIC_NAME);
H A DContactsDatabaseHelper.java915 RawContacts.PHONETIC_NAME + " TEXT," +
1587 + "name_raw_contact." + RawContacts.PHONETIC_NAME
1588 + " AS " + Contacts.PHONETIC_NAME + ", "
1645 + RawContacts.PHONETIC_NAME + ", "
2452 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;");
2471 RawContacts.PHONETIC_NAME + "=?," +
2629 Organization.PHONETIC_NAME,
2635 int PHONETIC_NAME = 3; field in interface:ContactsDatabaseHelper.Organization205Query
2657 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME);
4755 RawContacts.PHONETIC_NAME
[all...]
H A DLegacyContactImporter.java386 static int PHONETIC_NAME = 16; field in interface:LegacyContactImporter.PeopleQuery
619 String phoneticName = c.getString(PeopleQuery.PHONETIC_NAME);
H A DContactsProvider2.java561 .add(Contacts.PHONETIC_NAME)
746 .add(RawContacts.PHONETIC_NAME)
7627 StructuredName.PHONETIC_NAME,
/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyContactListAdapter.java36 People.PHONETIC_NAME, // 2
H A DLegacyPhoneNumberListAdapter.java41 People.PHONETIC_NAME, // 5
H A DLegacyPostalAddressListAdapter.java41 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/
H A DContactLoader.java497 Contacts.PHONETIC_NAME,
569 public final static int PHONETIC_NAME = 5; field in class:ContactLoader.ContactQuery
852 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DContactLoaderTest.java294 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java103 Contacts.PHONETIC_NAME,
138 Contacts.PHONETIC_NAME,
184 RawContacts.PHONETIC_NAME,
251 Contacts.PHONETIC_NAME,
320 Contacts.PHONETIC_NAME,
404 Contacts.PHONETIC_NAME,
2353 values.putNull(RawContacts.PHONETIC_NAME);
2365 values.putNull(Contacts.PHONETIC_NAME);
2395 values.putNull(RawContacts.PHONETIC_NAME);
2407 values.putNull(Contacts.PHONETIC_NAME);
[all...]
H A DSearchIndexManagerTest.java181 values.put(Organization.PHONETIC_NAME, "ack-me");
H A DLegacyContactsProviderTest.java915 values.put(People.PHONETIC_NAME, "Dear Doe");
927 values.put(People.PHONETIC_NAME, "jon dawe");
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java141 Contacts.PHONETIC_NAME, // 10
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java1421 cvCompareString(cv, Organization.PHONETIC_NAME, yomiCompanyName) &&
1431 builder.withValue(Organization.PHONETIC_NAME, yomiCompanyName);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityModifier.java637 final String phoneticName = extras.getString(Insert.PHONETIC_NAME);

Completed in 276 milliseconds