Searched refs:getClauseWithOperator (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | DbQueryUtils.java | 35 return getClauseWithOperator(field, "=", value); in getEqualityClause() 40 return getClauseWithOperator(field, "=", value); in getEqualityClause() 45 return getClauseWithOperator(field, "!=", value); in getInequalityClause() 48 private static String getClauseWithOperator(String field, String operator, String value) { in getClauseWithOperator() method in DbQueryUtils 58 private static String getClauseWithOperator(String field, String operator, long value) { in getClauseWithOperator() method in DbQueryUtils
|