Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataItem.java133 Integer superPrimary = mContentValues.getAsInteger(Data.IS_SUPER_PRIMARY); in isSuperPrimary() local
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java126 Integer superPrimary = mContentValues.getAsInteger(Data.IS_SUPER_PRIMARY); in isSuperPrimary() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java120 final Integer superPrimary = values.getAsInteger(Data.IS_SUPER_PRIMARY); in insert() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java249 boolean superPrimary) { in insertOrganization()
273 boolean superPrimary) { in insertPhoneNumber()
283 boolean superPrimary, int type) { in insertPhoneNumber()
309 boolean superPrimary) { in insertEmail()
319 boolean superPrimary, int type, String label) { in insertEmail()