Home
last modified time | relevance | path

Searched refs:countOnly (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java747 String rawContactIdSet2, boolean isIdentityMatching, boolean countOnly) { in buildIdentityMatchingSql() argument
760 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildIdentityMatchingSql()
765 boolean countOnly) { in buildEmailMatchingSql() argument
775 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildEmailMatchingSql()
780 boolean countOnly) { in buildPhoneMatchingSql() argument
799 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildPhoneMatchingSql()
DContactAggregator2.java290 int aggregationType, boolean countOnly) { in buildExceptionMatchingSql() argument
299 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildExceptionMatchingSql()