HomeSort by relevance Sort by last modified time
    Searched refs:PHONETIC_NAME_STYLE (Results 1 - 23 of 23) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_CommonDataKinds_OrganizationTest.java 59 // Make sure the column name is data10 and not phonetic_name_style
61 assertEquals(Data.DATA10, Organization.PHONETIC_NAME_STYLE);
ContactsContract_StructuredPhoneticName.java 76 // Make sure the column name is data11 and not phonetic_name_style
78 assertEquals(Data.DATA11, StructuredName.PHONETIC_NAME_STYLE);
ContactsContract_FrequentsStrequentsTest.java 60 Contacts.PHONETIC_NAME_STYLE,
97 Contacts.PHONETIC_NAME_STYLE,
ContactsContract_RawContactsTest.java 45 RawContacts.PHONETIC_NAME_STYLE,
ContactsContract_ContactsTest.java 307 Contacts.PHONETIC_NAME_STYLE,
ContactsContract_DataTest.java 110 Contacts.PHONETIC_NAME_STYLE,
338 Contacts.PHONETIC_NAME_STYLE,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 148 update.put(StructuredName.PHONETIC_NAME_STYLE, name.phoneticNameStyle);
154 if (!update.containsKey(StructuredName.PHONETIC_NAME_STYLE)) {
159 update.put(StructuredName.PHONETIC_NAME_STYLE, name.phoneticNameStyle);
211 int phoneticNameStyle = builder.getInt(StructuredName.PHONETIC_NAME_STYLE);
NameSplitter.java 167 integer = values.getAsInteger(StructuredName.PHONETIC_NAME_STYLE);
181 values.put(StructuredName.PHONETIC_NAME_STYLE, phoneticNameStyle);
    [all...]
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 186 Contacts.PHONETIC_NAME_STYLE,
227 Contacts.PHONETIC_NAME_STYLE,
272 Contacts.PHONETIC_NAME_STYLE,
321 Contacts.PHONETIC_NAME_STYLE,
375 RawContacts.PHONETIC_NAME_STYLE,
452 Contacts.PHONETIC_NAME_STYLE,
534 Contacts.PHONETIC_NAME_STYLE,
628 Contacts.PHONETIC_NAME_STYLE,
727 PhoneLookup.PHONETIC_NAME_STYLE,
761 PhoneLookup.PHONETIC_NAME_STYLE,
    [all...]
ContactsDatabaseHelperUpgradeTest.java 283 new TableColumn(RawContacts.PHONETIC_NAME_STYLE, TEXT, false, null),
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 158 milliseconds