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.java190 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
231 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
276 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
325 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
379 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
456 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
538 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
632 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
7963 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
7969 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;
1330 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
2001 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
2002 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
2071 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
4784 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()