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

1 2

  /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 122 || values.containsKey(Organization.PHONETIC_NAME)
131 builder.appendContentFromColumn(Organization.PHONETIC_NAME,
LegacyApiSupport.java 372 peopleProjectionMap.put(People.PHONETIC_NAME, People.PHONETIC_NAME);
566 + " AS " + People.PHONETIC_NAME + " , " +
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java 558 .add(Contacts.PHONETIC_NAME)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 36 People.PHONETIC_NAME, // 2
LegacyPhoneNumberListAdapter.java 41 People.PHONETIC_NAME, // 5
LegacyPostalAddressListAdapter.java 41 People.PHONETIC_NAME, // 5
  /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);
  /frameworks/base/core/java/android/provider/
Contacts.java 257 public static final String PHONETIC_NAME = "phonetic_name";
    [all...]
ContactsContract.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 546 Contacts.PHONETIC_NAME,
618 public final static int PHONETIC_NAME = 5;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 110 Contacts.PHONETIC_NAME,
144 Contacts.PHONETIC_NAME,
182 Contacts.PHONETIC_NAME,
222 Contacts.PHONETIC_NAME,
268 RawContacts.PHONETIC_NAME,
335 Contacts.PHONETIC_NAME,
404 Contacts.PHONETIC_NAME,
488 Contacts.PHONETIC_NAME,
    [all...]
SearchIndexManagerTest.java 182 values.put(Organization.PHONETIC_NAME, "ack-me");
LegacyContactsProviderTest.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 294 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME,
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 139 Contacts.PHONETIC_NAME, // 10
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
VCardImporterTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 645 final String phoneticName = extras.getString(Insert.PHONETIC_NAME);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 793 builder.withValue(Organization.PHONETIC_NAME, mPhoneticName);
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 467 milliseconds

1 2