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.java367 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, 0); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
377 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket()
412 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, altBucket); in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
418 assertUpgradeToVersion1111(altBucket, null, RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_NonZeroAltPhonebookBucket()
431 assertUpgradeToVersion1111(0, null, RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testUpgradeToVersion111_NonNullAltSortKeyToNumber()
DContactsDatabaseHelperUpgradeTest.java394 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, INTEGER, false, null),
DContactsProvider2Test.java437 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection()
478 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection()
523 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection()
572 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsWithSnippetProjection()
626 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testRawContactsProjection()
703 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDataProjection()
785 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDistinctDataProjection()
879 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testEntityProjection()
7990 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in testContactSortOrder()
7997 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + suffix in testContactSortOrder()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java466 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = "phonebook_bucket_alt"; field
518 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = field
519 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE;
1335 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + " INTEGER," + in onCreate()
1958 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in createContactsViews()
1959 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in createContactsViews()
2025 + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in createContactsViews()
5016 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + "=?" + in updateRawContactDisplayName()
DContactsProvider2.java659 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
844 .add(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE)
7553 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in getLocalizedSortOrder()
8095 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()