Home
last modified time | relevance | path

Searched refs:PHONEBOOK_BUCKET_PRIMARY (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java399 public static final String PHONEBOOK_BUCKET_PRIMARY = "phonebook_bucket"; field
451 public static final String PHONEBOOK_BUCKET_PRIMARY = field
452 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY;
1226 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " INTEGER," + in onCreate()
1875 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY in createContactsViews()
1876 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
1941 + RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in createContactsViews()
5586 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java632 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
816 .add(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY)
6476 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder()
6801 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; in getFastScrollingIndexExtras()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java137 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection()
178 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection()
223 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
272 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsWithSnippetProjection()
325 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testRawContactsProjection()
398 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDataProjection()
476 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testDistinctDataProjection()
567 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testEntityProjection()
7098 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + ", " in testContactSortOrder()
7104 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY + " DESC, " in testContactSortOrder()