Searched refs:RawContactMatchingSelectionStatement (Results 1 – 2 of 2) sorted by relevance
738 protected interface RawContactMatchingSelectionStatement { interface in AbstractContactAggregator761 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildIdentityMatchingSql()762 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildIdentityMatchingSql()776 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildEmailMatchingSql()777 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildEmailMatchingSql()800 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildPhoneMatchingSql()801 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildPhoneMatchingSql()
299 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildExceptionMatchingSql()