Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java360 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
391 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
404 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_NonNullPrimarySortKey()
DContactsProvider2Test.java190 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection()
231 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection()
276 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
325 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsWithSnippetProjection()
379 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testRawContactsProjection()
454 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDataProjection()
534 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDistinctDataProjection()
626 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testEntityProjection()
4723 values.put(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
4737 values.put(ContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java294 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java437 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field
490 public static final String PHONEBOOK_LABEL_PRIMARY = field
491 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1320 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," + in onCreate()
1990 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY in createContactsViews()
1991 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
2063 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
4777 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java691 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY)
878 .add(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY)
7710 labelKey = ContactsColumns.PHONEBOOK_LABEL_PRIMARY; in getFastScrollingIndexExtras()