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()
DContactsProvider2Test.java218 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection()
259 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection()
304 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
353 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsWithSnippetProjection()
407 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testRawContactsProjection()
484 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDataProjection()
566 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDistinctDataProjection()
660 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testEntityProjection()
7992 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in testContactSortOrder()
7999 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + suffix in testContactSortOrder()
DContactsDatabaseHelperUpgradeTest.java289 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, INTEGER, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java454 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = "phonebook_bucket_alt"; field
506 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = field
507 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE;
1338 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + " INTEGER," + in onCreate()
2011 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in createContactsViews()
2012 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in createContactsViews()
2078 + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in createContactsViews()
4794 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + "=?" + in updateRawContactDisplayName()
DContactsProvider2.java636 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
821 .add(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
7055 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in getLocalizedSortOrder()
7583 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()