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.java210 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection()
251 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection()
296 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
345 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection()
399 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection()
476 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection()
558 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection()
652 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection()
4295 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
4309 values.put(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java285 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java442 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field
493 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field
494 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE;
1314 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate()
1963 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews()
1964 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
2031 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews()
4817 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java626 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
811 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE)
7631 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()