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.java350 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, 0); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
360 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
385 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, primaryBucket); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
391 assertUpgradeToVersion1111(primaryBucket, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
404 assertUpgradeToVersion1111(0, null, RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testUpgradeToVersion111_NonNullPrimarySortKey()
DContactsDatabaseHelperUpgradeTest.java391 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, INTEGER, false, null),
DContactsProvider2Test.java435 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
476 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
521 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
570 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
624 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
701 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
783 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
877 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
7987 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
7993 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " DESC, " in testContactSortOrder()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java464 public static final String PHONEBOOK_BUCKET_PRIMARY = "phonebook_bucket"; field
514 public static final String PHONEBOOK_BUCKET_PRIMARY = field
515 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY;
1331 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
1952 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
1953 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
2022 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
5013 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java657 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
842 .add(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
7550 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder()
8092 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()