Searched refs:thresholdMillis (Results 1 – 1 of 1) sorted by relevance
257 List<NewCall> query(int type, long thresholdMillis); in query() argument357 public List<NewCall> query(int type, long thresholdMillis) { in query() argument379 if (thresholdMillis != NO_THRESHOLD) { in query()385 .or(Selection.column(Calls.DATE).is(">=", thresholdMillis)) in query()