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

1 2

  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
OrganizationDataItem.java 65 return getContentValues().getAsString(Organization.PHONETIC_NAME);
  /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 571 .add(Contacts.PHONETIC_NAME)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyContactListAdapter.java 39 People.PHONETIC_NAME, // 2
LegacyPhoneNumberListAdapter.java 44 People.PHONETIC_NAME, // 5
LegacyPostalAddressListAdapter.java 44 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/model/
ContactLoader.java 121 Contacts.PHONETIC_NAME,
193 public static final int PHONETIC_NAME = 5;
508 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME);
    [all...]
RawContactModifier.java 651 final String phoneticName = extras.getString(Insert.PHONETIC_NAME);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 121 Contacts.PHONETIC_NAME,
160 Contacts.PHONETIC_NAME,
203 Contacts.PHONETIC_NAME,
248 Contacts.PHONETIC_NAME,
298 RawContacts.PHONETIC_NAME,
371 Contacts.PHONETIC_NAME,
447 Contacts.PHONETIC_NAME,
536 Contacts.PHONETIC_NAME,
    [all...]
SearchIndexManagerTest.java 186 values.put(Organization.PHONETIC_NAME, "ack-me");
LegacyContactsProviderTest.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 295 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...]
  /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 

Completed in 6920 milliseconds

1 2