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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java401 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field in interface:ContactsDatabaseHelper.ContactsColumns
452 public static final String PHONEBOOK_LABEL_PRIMARY = field in interface:ContactsDatabaseHelper.RawContactsColumns
453 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1241 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," +
1923 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY
1924 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
1991 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
5791 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," +

Completed in 140 milliseconds