Searched refs:RawContactMatchingSelectionStatement (Results 1 – 2 of 2) sorted by relevance
736 protected interface RawContactMatchingSelectionStatement { interface in AbstractContactAggregator759 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildIdentityMatchingSql()760 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildIdentityMatchingSql()774 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildEmailMatchingSql()775 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildEmailMatchingSql()798 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildPhoneMatchingSql()799 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildPhoneMatchingSql()
299 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildExceptionMatchingSql()