Searched refs:PHONEBOOK_LABEL_ALTERNATIVE (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperTest.java | 376 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket() 417 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonZeroAltPhonebookBucket() 430 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE); in testUpgradeToVersion111_NonNullAltSortKeyToNumber()
|
D | ContactsProvider2Test.java | 210 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 251 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 296 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection() 345 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection() 399 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection() 476 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection() 558 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection() 652 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection() 4295 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName() 4309 values.put(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 285 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 442 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field 493 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field 494 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 1314 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate() 1963 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews() 1964 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews() 2031 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews() 4817 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 626 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 811 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 7631 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()
|