Searched defs:superPrimary (Results 1 – 4 of 4) sorted by relevance
133 Integer superPrimary = mContentValues.getAsInteger(Data.IS_SUPER_PRIMARY); in isSuperPrimary() local
226 public void setSuperPrimary(boolean superPrimary) { in setSuperPrimary()
241 boolean superPrimary) { in insertOrganization()265 boolean superPrimary) { in insertPhoneNumber()275 boolean superPrimary, int type) { in insertPhoneNumber()301 boolean superPrimary) { in insertEmail()311 boolean superPrimary, int type, String label) { in insertEmail()
120 final Integer superPrimary = values.getAsInteger(Data.IS_SUPER_PRIMARY); in insert() local