Searched refs:RawContactMatchingSelectionStatement (Results 1 – 2 of 2) sorted by relevance
734 protected interface RawContactMatchingSelectionStatement { interface in AbstractContactAggregator757 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildIdentityMatchingSql()758 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildIdentityMatchingSql()772 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildEmailMatchingSql()773 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildEmailMatchingSql()796 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildPhoneMatchingSql()797 RawContactMatchingSelectionStatement.SELECT_ID + sql; in buildPhoneMatchingSql()
297 return (countOnly) ? RawContactMatchingSelectionStatement.SELECT_COUNT + sql : in buildExceptionMatchingSql()