Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java365 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, 0); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
375 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
410 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, altBucket); in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
416 assertUpgradeToVersion1111(altBucket, null, RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
429 assertUpgradeToVersion1111(0, null, RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_NonNullAltSortKeyToNumber()
DContactsDatabaseHelperUpgradeTest.java286 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, INTEGER, false, null),
DContactsProvider2Test.java211 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection()
252 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection()
297 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
346 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsWithSnippetProjection()
400 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testRawContactsProjection()
477 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDataProjection()
559 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDistinctDataProjection()
653 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testEntityProjection()
7582 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in testContactSortOrder()
7589 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + suffix in testContactSortOrder()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java443 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = "phonebook_bucket_alt"; field
495 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = field
496 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE;
1315 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + " INTEGER," + in onCreate()
1965 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in createContactsViews()
1966 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in createContactsViews()
2032 + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in createContactsViews()
4818 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + "=?" + in updateRawContactDisplayName()
DContactsProvider2.java627 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
812 .add(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
7102 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in getLocalizedSortOrder()
7630 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()