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.java348 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, 0); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
358 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
383 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, primaryBucket); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
389 assertUpgradeToVersion1111(primaryBucket, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
402 assertUpgradeToVersion1111(0, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonNullPrimarySortKey()
DContactsProvider2Test.java216 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
257 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
302 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
351 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
405 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
482 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
564 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
658 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
7989 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
7995 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " DESC, " in testContactSortOrder()
DContactsDatabaseHelperUpgradeTest.java286 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, INTEGER, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java452 public static final String PHONEBOOK_BUCKET_PRIMARY = "phonebook_bucket"; field
502 public static final String PHONEBOOK_BUCKET_PRIMARY = field
503 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY;
1334 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
2005 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
2006 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
2075 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
4791 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java634 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
819 .add(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
7052 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder()
7580 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()