Searched defs:getClauseWithOperator (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DDbQueryUtils.java35 return getClauseWithOperator(field, "=", value);
40 return getClauseWithOperator(field, "=", value);
45 return getClauseWithOperator(field, "!=", value);
48 private static String getClauseWithOperator(String field, String operator, String value) { method in class:DbQueryUtils
58 private static String getClauseWithOperator(String field, String operator, long value) { method in class:DbQueryUtils

Completed in 61 milliseconds