Home
last modified time | relevance | path

Searched defs:superPrimary (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java133 Integer superPrimary = mContentValues.getAsInteger(Data.IS_SUPER_PRIMARY); in isSuperPrimary() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java228 public void setSuperPrimary(boolean superPrimary) { in setSuperPrimary()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java114 final Integer superPrimary = values.getAsInteger(Data.IS_SUPER_PRIMARY); in insert() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java243 boolean superPrimary) { in insertOrganization()
267 boolean superPrimary) { in insertPhoneNumber()
277 boolean superPrimary, int type) { in insertPhoneNumber()
303 boolean superPrimary) { in insertEmail()
313 boolean superPrimary, int type, String label) { in insertEmail()