Searched refs:isSuperPrimary (Results 1 – 4 of 4) sorted by relevance
326 boolean isSuperPrimary = c.getInt(SearchSuggestionQuery.IS_SUPER_PRIMARY) != 0; in buildCursorForSearchSuggestions()337 if (isSuperPrimary || suggestion.organization == null) { in buildCursorForSearchSuggestions()341 if (isSuperPrimary || suggestion.email == null) { in buildCursorForSearchSuggestions()345 if (isSuperPrimary || suggestion.phoneNumber == null) { in buildCursorForSearchSuggestions()
186 if (entry.isSuperPrimary()) { in getSuperPrimaryEntry()599 public boolean isSuperPrimary() { in isSuperPrimary() method in EntityDelta.ValuesDelta600 final Long isSuperPrimary = getAsLong(Data.IS_SUPER_PRIMARY); in isSuperPrimary() local601 return isSuperPrimary == null ? false : isSuperPrimary != 0; in isSuperPrimary()
290 if (entry.isSuperPrimary()) { in getSuperPrimaryEntry()
827 final boolean isSuperPrimary = entryValues.getAsInteger( in buildEntries()839 entry.isPrimary = isSuperPrimary; in buildEntries()853 entry.isPrimary = isSuperPrimary; in buildEntries()