Searched refs:FILL_EVENTS_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
58 public static final Timeout FILL_EVENTS_TIMEOUT = new Timeout("FILL_EVENTS_TIMEOUT", field in Timeouts
25 import static android.autofillservice.cts.testcore.Timeouts.FILL_EVENTS_TIMEOUT;150 SystemClock.sleep(FILL_EVENTS_TIMEOUT.ms()); in getFillEventHistory()156 return FILL_EVENTS_TIMEOUT.run("getFillEvents(" + expectedSize + ")", () -> { in getFillEventHistory()181 SystemClock.sleep(FILL_EVENTS_TIMEOUT.ms()); in assertNoFillEventHistory()
25 import static android.autofillservice.cts.testcore.Timeouts.FILL_EVENTS_TIMEOUT;165 return FILL_EVENTS_TIMEOUT.run("getFillEvents(" + expectedSize + ")", () -> { in getFillEventHistory()