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()
DContactsDatabaseHelperUpgradeTest.java283 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, INTEGER, false, null),
DContactsProvider2Test.java209 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
250 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
295 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
344 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
398 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
475 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
557 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
651 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
7579 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
7585 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " DESC, " in testContactSortOrder()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java441 public static final String PHONEBOOK_BUCKET_PRIMARY = "phonebook_bucket"; field
491 public static final String PHONEBOOK_BUCKET_PRIMARY = field
492 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY;
1311 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
1959 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
1960 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
2029 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
4815 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java625 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
810 .add(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
7099 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder()
7627 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()