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.java208 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection()
249 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection()
294 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection()
343 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsWithSnippetProjection()
397 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testRawContactsProjection()
474 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDataProjection()
556 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testDistinctDataProjection()
650 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testEntityProjection()
4293 values.put(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
4307 values.put(ContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J"); in testContactWithoutPhoneticName()
[all …]
DContactsDatabaseHelperUpgradeTest.java282 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java440 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field
489 public static final String PHONEBOOK_LABEL_PRIMARY = field
490 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1310 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," + in onCreate()
1957 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY in createContactsViews()
1958 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
2028 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", " in createContactsViews()
4814 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," + in updateRawContactDisplayName()
DContactsProvider2.java624 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY)
809 .add(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY)
7628 labelKey = ContactsColumns.PHONEBOOK_LABEL_PRIMARY; in getFastScrollingIndexExtras()