Home
last modified time | relevance | path

Searched refs:untilTimestamp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DWatchlistReportDbHelper.java152 public AggregatedResult getAggregatedRecords(long untilTimestamp) { in getAggregatedRecords() argument
166 new String[]{Long.toString(untilTimestamp)}, null, null, in getAggregatedRecords()
198 public boolean cleanup(long untilTimestamp) { in cleanup() argument
206 final String clause = WhiteListReportContract.TIMESTAMP + "< " + untilTimestamp; in cleanup()