Searched refs:countOnly (Results 1 – 2 of 2) sorted by relevance
744 String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) { in buildIdentityMatchingSql() argument757 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildIdentityMatchingSql()762 boolean countOnly) { in buildEmailMatchingSql() argument772 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildEmailMatchingSql()777 boolean countOnly) { in buildPhoneMatchingSql() argument796 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildPhoneMatchingSql()
288 int aggregationType, boolean countOnly) { in buildExceptionMatchingSql() argument297 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildExceptionMatchingSql()