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.java377 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
418 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
431 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonNullAltSortKeyToNumber()
DContactsProvider2Test.java192 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection()
233 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection()
278 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
327 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection()
381 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection()
456 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection()
536 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection()
628 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection()
4725 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
4739 values.put(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java297 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java439 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field
494 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field
495 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE;
1324 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate()
1996 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews()
1997 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
2066 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
4780 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java693 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
880 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
7713 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()