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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java371 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field in interface:ContactsDatabaseHelper.ContactsColumns
420 public static final String PHONEBOOK_LABEL_PRIMARY = field in interface:ContactsDatabaseHelper.RawContactsColumns
421 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1010 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," +
1650 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY
1651 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
1716 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
3937 + " ADD " + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT;");
5350 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," +

Completed in 40 milliseconds