/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForOrganization.java | 122 || values.containsKey(Organization.PHONETIC_NAME) in containsSearchableColumns() 131 builder.appendContentFromColumn(Organization.PHONETIC_NAME, in appendSearchableData()
|
D | LegacyApiSupport.java | 372 peopleProjectionMap.put(People.PHONETIC_NAME, People.PHONETIC_NAME); in peopleProjectionMap.put() argument 566 + " AS " + People.PHONETIC_NAME + " , " + in createViews() 1375 if (values.containsKey(People.NAME) || values.containsKey(People.PHONETIC_NAME)) { in parsePeopleValues() 1379 if (values.containsKey(People.PHONETIC_NAME)) { in parsePeopleValues() 1380 String phoneticName = values.getAsString(People.PHONETIC_NAME); in parsePeopleValues()
|
D | ContactsDatabaseHelper.java | 978 RawContacts.PHONETIC_NAME + " TEXT," + in onCreate() 1598 + "name_raw_contact." + RawContacts.PHONETIC_NAME in createContactsViews() 1599 + " AS " + Contacts.PHONETIC_NAME + ", " in createContactsViews() 1659 + RawContacts.PHONETIC_NAME + ", " in createContactsViews() 2525 + " ADD " + RawContacts.PHONETIC_NAME + " TEXT;"); in upgradeToVersion205() 2544 RawContacts.PHONETIC_NAME + "=?," + in upgradeToVersion205() 2702 Organization.PHONETIC_NAME, 2708 int PHONETIC_NAME = 3; field 2730 String phoneticName = cursor.getString(Organization205Query.PHONETIC_NAME); in upgradeOrganizationsToVersion205() 5086 RawContacts.PHONETIC_NAME + "=?," + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 558 .add(Contacts.PHONETIC_NAME) 750 .add(RawContacts.PHONETIC_NAME) 7765 StructuredName.PHONETIC_NAME, in completeName()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 38 Contacts.PHONETIC_NAME, // 9
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | LegacyContactListAdapter.java | 36 People.PHONETIC_NAME, // 2
|
D | LegacyPostalAddressListAdapter.java | 41 People.PHONETIC_NAME, // 5
|
D | LegacyPhoneNumberListAdapter.java | 41 People.PHONETIC_NAME, // 5
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | ContactHeaderWidget.java | 100 Contacts.PHONETIC_NAME, 112 int PHONETIC_NAME = 4; field 641 final String phoneticName = c.getString(ContactQuery.PHONETIC_NAME); in bindContactInfo()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactLoader.java | 546 Contacts.PHONETIC_NAME, 618 public final static int PHONETIC_NAME = 5; field in ContactLoader.ContactQuery 927 final String phoneticName = cursor.getString(ContactQuery.PHONETIC_NAME); in loadContactHeaderData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 110 Contacts.PHONETIC_NAME, in testContactsProjection() 144 Contacts.PHONETIC_NAME, in testContactsStrequentProjection() 182 Contacts.PHONETIC_NAME, in testContactsStrequentPhoneOnlyProjection() 222 Contacts.PHONETIC_NAME, in testContactsWithSnippetProjection() 268 RawContacts.PHONETIC_NAME, in testRawContactsProjection() 335 Contacts.PHONETIC_NAME, in testDataProjection() 404 Contacts.PHONETIC_NAME, in testDistinctDataProjection() 488 Contacts.PHONETIC_NAME, in testEntityProjection() 2890 values.putNull(RawContacts.PHONETIC_NAME); in testContactWithoutPhoneticName() 2902 values.putNull(Contacts.PHONETIC_NAME); in testContactWithoutPhoneticName() [all …]
|
D | SearchIndexManagerTest.java | 182 values.put(Organization.PHONETIC_NAME, "ack-me"); in testSearchIndexForOrganization()
|
D | LegacyContactsProviderTest.java | 915 values.put(People.PHONETIC_NAME, "Dear Doe"); in putContactValuesExceptName() 927 values.put(People.PHONETIC_NAME, "jon dawe"); in putContactValues2()
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactLoaderTest.java | 294 Contacts.DISPLAY_NAME_ALTERNATIVE, Contacts.PHONETIC_NAME, in fetchAllData()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupEditorFragment.java | 139 Contacts.PHONETIC_NAME, // 10
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 1492 cvCompareString(cv, Organization.PHONETIC_NAME, yomiCompanyName) && in addOrganization() 1502 builder.withValue(Organization.PHONETIC_NAME, yomiCompanyName); in addOrganization()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityModifier.java | 645 final String phoneticName = extras.getString(Insert.PHONETIC_NAME); in parseStructuredNameExtra()
|