HomeSort by relevance Sort by last modified time
    Searched refs:PHONETIC_NAME (Results 1 - 25 of 44) sorted by null

1 2

  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
OrganizationDataItem.java 58 return getContentValues().getAsString(Organization.PHONETIC_NAME);
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
OrganizationDataItem.java 58 return getContentValues().getAsString(Organization.PHONETIC_NAME);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 187 Contacts.PHONETIC_NAME, // 8
200 Contacts.PHONETIC_NAME, // 8
213 Contacts.PHONETIC_NAME, // 8
227 Contacts.PHONETIC_NAME, // 8
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsListLoader.java 38 Contacts.PHONETIC_NAME, // 9
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForOrganization.java 121 || values.containsKey(Organization.PHONETIC_NAME)
132 builder.appendContentFromColumn(Organization.PHONETIC_NAME,
LegacyApiSupport.java 341 peopleProjectionMap.put(People.PHONETIC_NAME, People.PHONETIC_NAME);
535 + " AS " + People.PHONETIC_NAME + " , " +
    [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 52 Contacts.PHONETIC_NAME, // 7
64 Contacts.PHONETIC_NAME, // 7
76 Contacts.PHONETIC_NAME, // 7
89 Contacts.PHONETIC_NAME, // 7
LegacyContactListAdapter.java 36 People.PHONETIC_NAME, // 2
LegacyPhoneNumberListAdapter.java 41 People.PHONETIC_NAME, // 5
LegacyPostalAddressListAdapter.java 41 People.PHONETIC_NAME, // 5
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorIntents.java 143 intent.putExtra(ContactsContract.Intents.Insert.PHONETIC_NAME, phoneticName);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 100 Contacts.PHONETIC_NAME,
112 int PHONETIC_NAME = 4;
176 mPhoneticNameView = (TextView) findViewById(R.id.phonetic_name);
641 final String phoneticName = c.getString(ContactQuery.PHONETIC_NAME);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_FrequentsStrequentsTest.java 59 Contacts.PHONETIC_NAME,
96 Contacts.PHONETIC_NAME,
ContactsContract_RawContactsTest.java 44 RawContacts.PHONETIC_NAME,
ContactsContract_ContactsTest.java 306 Contacts.PHONETIC_NAME,
ContactsContract_DataTest.java 109 Contacts.PHONETIC_NAME,
337 Contacts.PHONETIC_NAME,
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 258 public static final String PHONETIC_NAME = "phonetic_name";
    [all...]
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 128 Contacts.PHONETIC_NAME,
210 public static final int PHONETIC_NAME = 5;
601 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 426 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
794 public static final int PHONETIC_NAME = 5;
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 315 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 206 values.put(Organization.PHONETIC_NAME, "ack-me");
ContactsProvider2Test.java 185 Contacts.PHONETIC_NAME,
226 Contacts.PHONETIC_NAME,
271 Contacts.PHONETIC_NAME,
320 Contacts.PHONETIC_NAME,
374 RawContacts.PHONETIC_NAME,
451 Contacts.PHONETIC_NAME,
533 Contacts.PHONETIC_NAME,
627 Contacts.PHONETIC_NAME,
726 PhoneLookup.PHONETIC_NAME,
760 PhoneLookup.PHONETIC_NAME,
    [all...]
ContactsDatabaseHelperUpgradeTest.java 282 new TableColumn(RawContacts.PHONETIC_NAME, TEXT, false, null),
    [all...]

Completed in 2237 milliseconds

1 2