Searched refs:superPrimary (Results 1 – 6 of 6) sorted by relevance
114 final Integer superPrimary = values.getAsInteger(Data.IS_SUPER_PRIMARY); in insert() local115 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) { in insert()121 if (superPrimary != null) { in insert()122 if (superPrimary != 0) { in insert()
163 public void setSuperPrimary(boolean superPrimary) { in setSuperPrimary() argument164 mEntry.put(Photo.IS_SUPER_PRIMARY, superPrimary ? 1 : 0); in setSuperPrimary()
99 final Integer superPrimary = entryValues.getAsInteger(Data.IS_SUPER_PRIMARY); in DataAction() local100 mIsPrimary = superPrimary != null && superPrimary != 0; in DataAction()
366 final Integer superPrimary = entryValues.getAsInteger(Data.IS_SUPER_PRIMARY); in bindData() local367 final boolean isSuperPrimary = superPrimary != null && superPrimary != 0; in bindData()
1897 boolean superPrimary = c.getInt(RawContactsQuery.IS_SUPER_PRIMARY) != 0; in computeAggregateData()1906 if (superPrimary || hasHigherPhotoPriority( in computeAggregateData()1912 foundSuperPrimaryPhoto |= superPrimary; in computeAggregateData()2051 boolean superPrimary = c.getInt(PhotoIdQuery.IS_SUPER_PRIMARY) != 0; in updatePhotoId()2058 if (superPrimary || hasHigherPhotoPriority( in updatePhotoId()2064 if (superPrimary) { in updatePhotoId()
584 Integer superPrimary = entryValues.getAsInteger(Data.IS_SUPER_PRIMARY); in buildEntries() local585 final boolean isSuperPrimary = superPrimary != null && superPrimary != 0; in buildEntries()