Searched defs:PHONEBOOK_LABEL_ALTERNATIVE (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java400 public static final String PHONEBOOK_LABEL_ALTERNATIVE = "phonebook_label_alt"; field in interface:ContactsDatabaseHelper.ContactsColumns
453 public static final String PHONEBOOK_LABEL_ALTERNATIVE = field in interface:ContactsDatabaseHelper.RawContactsColumns
454 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE;
1229 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + " TEXT," +
1879 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE
1880 + " AS " + ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", "
1943 + RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + ", "
5588 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE + "=?," +

Completed in 107 milliseconds