Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DLocalEventQuerier.java43 public E poll(Instant earliestLogTime, Duration timeout) { in poll() argument
44 return poll(earliestLogTime, timeout, /* skip= */ 0); in poll()
52 public E poll(Instant earliestLogTime, Duration timeout, int skip) { in poll() argument
69 if (event.mTimestamp.isBefore(earliestLogTime)) { in poll()
DEventQuerier.java31 E poll(Instant earliestLogTime, Duration timeout); in poll() argument
DRemoteEventQuerier.java95 public E poll(Instant earliestLogTime, Duration timeout) { in poll() argument