Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java359 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket()
390 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket()
403 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY); in testUpgradeToVersion111_NonNullPrimarySortKey()
DContactsProvider2Test.java215 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection()
256 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection()
301 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
350 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsWithSnippetProjection()
404 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testRawContactsProjection()
481 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDataProjection()
563 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDistinctDataProjection()
657 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testEntityProjection()
4627 values.put(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
4641 values.put(ContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java285 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java451 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field
500 public static final String PHONEBOOK_LABEL_PRIMARY = field
501 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1333 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," + in onCreate()
2003 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY in createContactsViews()
2004 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
2074 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
4790 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java633 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY)
818 .add(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY)
7581 labelKey = ContactsColumns.PHONEBOOK_LABEL_PRIMARY; in getFastScrollingIndexExtras()