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 | 217 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 258 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 303 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentPhoneOnlyProjection() 352 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsWithSnippetProjection() 406 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testRawContactsProjection() 483 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDataProjection() 565 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testDistinctDataProjection() 659 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testEntityProjection() 4629 values.put(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName() 4643 values.put(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, "D"); in testContactWithoutPhoneticName() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 288 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 453 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field 504 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field 505 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 1337 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," + in onCreate() 2009 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE in createContactsViews() 2010 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews() 2077 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", " in createContactsViews() 4793 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," + in updateRawContactDisplayName()
|
D | ContactsProvider2.java | 635 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 820 .add(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 7584 labelKey = ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; in getFastScrollingIndexExtras()
|