Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DDbQueryUtils.java48 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