Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java349 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, 0); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
359 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
384 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, primaryBucket); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
390 assertUpgradeToVersion1111(primaryBucket, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
403 assertUpgradeToVersion1111(0, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonNullPrimarySortKey()
DContactsProvider2Test.java191 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
232 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
277 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
326 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
380 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
455 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
535 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
627 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
8056 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
8062 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " DESC, " in testContactSortOrder()
DContactsDatabaseHelperUpgradeTest.java295 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, INTEGER, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java441 public static final String PHONEBOOK_BUCKET_PRIMARY = "phonebook_bucket"; field
495 public static final String PHONEBOOK_BUCKET_PRIMARY = field
496 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY;
1329 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
2000 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
2001 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
2072 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
4786 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java691 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
878 .add(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
7180 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder()
7708 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()