Home
last modified time | relevance | path

Searched refs:PHONEBOOK_LABEL_ALTERNATIVE (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java376 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
417 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
430 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonNullAltSortKeyToNumber()
DContactsProvider2Test.java191 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection()
232 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection()
277 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
326 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection()
380 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection()
457 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection()
539 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection()
633 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection()
4603 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
4617 values.put(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java288 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java453 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field
504 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field
505 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE;
1333 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate()
2005 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews()
2006 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
2073 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
4786 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java635 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
820 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
7584 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()