Searched refs:clause (Results 1 – 3 of 3) sorted by relevance
190 final String clause = WhiteListReportContract.TIMESTAMP + "< " + untilTimestamp; in cleanup() local191 return db.delete(WhiteListReportContract.TABLE, clause, null) != 0; in cleanup()
415 private static void appendClause(StringBuilder s, String name, String clause) { in appendClause() argument416 if (!TextUtils.isEmpty(clause)) { in appendClause()418 s.append(clause); in appendClause()
2554 …Is should rethrow `RemoteException` as `RuntimeException` (but do not list it in the throws clause)