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.java217 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection()
258 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection()
303 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
352 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection()
406 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection()
483 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection()
565 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection()
659 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection()
4629 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
4643 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;
1337 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate()
2009 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews()
2010 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
2077 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
4793 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java621 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
806 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
7523 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()