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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperTest.java360 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY);
391 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY);
404 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY);
H A DContactsProvider2Test.java189 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
230 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
275 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
324 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
378 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY,
455 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
537 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
631 ContactsColumns.PHONEBOOK_LABEL_PRIMARY,
4730 values.put(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, "J");
4744 values.put(ContactsColumns.PHONEBOOK_LABEL_PRIMARY, "
[all...]
H A DContactsDatabaseHelperUpgradeTest.java285 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, TEXT, false, null),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java441 public static final String PHONEBOOK_LABEL_PRIMARY = "phonebook_label"; field in interface:ContactsDatabaseHelper.ContactsColumns
494 public static final String PHONEBOOK_LABEL_PRIMARY = field in interface:ContactsDatabaseHelper.RawContactsColumns
495 ContactsColumns.PHONEBOOK_LABEL_PRIMARY;
1329 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + " TEXT," +
2003 + "name_raw_contact." + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY
2004 + " AS " + ContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
2076 + RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + ", "
4805 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY + "=?," +
H A DContactsProvider2.java690 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY)
879 .add(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY)
7719 labelKey = ContactsColumns.PHONEBOOK_LABEL_PRIMARY;

Completed in 59 milliseconds