Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DTimeouts.java70 public static final Timeout SAVE_TIMEOUT = new Timeout("SAVE_TIMEOUT", field in Timeouts
DUiBot.java22 import static android.autofillservice.cts.testcore.Timeouts.SAVE_TIMEOUT;
603 return assertSaveShowing(SAVE_TIMEOUT, type); in assertSaveShowing()
618 null, SAVE_TIMEOUT, types); in assertUpdateShowing()
683 description, SAVE_TIMEOUT, types); in assertSaveShowing()
695 SAVE_TIMEOUT, types); in assertSaveShowing()
700 positiveButtonStyle, /* description= */ null, SAVE_TIMEOUT, types); in assertSaveShowing()
DInstrumentedAutoFillService.java29 import static android.autofillservice.cts.testcore.Timeouts.SAVE_TIMEOUT;
587 request = mSaveRequests.poll(SAVE_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in getNextSaveRequest()
593 throw new RetryableException(SAVE_TIMEOUT, "onSaveRequest() not called"); in getNextSaveRequest()