Searched refs:PHONEBOOK_BUCKET_ALTERNATIVE (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 374 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = "phonebook_bucket_alt"; field 426 public static final String PHONEBOOK_BUCKET_ALTERNATIVE = field 427 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; 1015 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + " INTEGER," + in onCreate() 1658 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in createContactsViews() 1659 + " AS " + ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in createContactsViews() 1720 + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in createContactsViews() 3943 + " ADD " + RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + " INTEGER;"); in upgradeToVersion707() 5354 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + "=?" + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 583 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 780 .add(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 6345 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE in getLocalizedSortOrder() 6514 bucketKey = ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; in getFastScrollingIndexExtras()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 128 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection() 167 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection() 210 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection() 255 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsWithSnippetProjection() 306 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testRawContactsProjection() 378 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDataProjection() 454 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testDistinctDataProjection() 543 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testEntityProjection() 6530 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + ", " in testContactSortOrder() 6537 assertEquals(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE + suffix in testContactSortOrder()
|