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.java80 public static final Timeout SAVE_TIMEOUT = new Timeout("SAVE_TIMEOUT", field in Timeouts
DUiBot.java22 import static android.autofillservice.cts.testcore.Timeouts.SAVE_TIMEOUT;
654 return assertSaveShowing(SAVE_TIMEOUT, type); in assertSaveShowing()
663 SaveInfo.POSITIVE_BUTTON_STYLE_SAVE, null, SAVE_TIMEOUT, customServiceName, type); in assertSaveShowingWithCustomServiceName()
678 null, SAVE_TIMEOUT, types); in assertUpdateShowing()
777 description, SAVE_TIMEOUT, types); in assertSaveShowing()
789 SAVE_TIMEOUT, types); in assertSaveShowing()
794 positiveButtonStyle, /* description= */ null, SAVE_TIMEOUT, types); in assertSaveShowing()
1501 final UiObject2 picker = waitForObject(SAVE_UI_SELECTOR, SAVE_TIMEOUT);
DInstrumentedAutoFillService.java29 import static android.autofillservice.cts.testcore.Timeouts.SAVE_TIMEOUT;
628 request = mSaveRequests.poll(SAVE_TIMEOUT.ms(), TimeUnit.MILLISECONDS); in getNextSaveRequest()
634 throw new RetryableException(SAVE_TIMEOUT, "onSaveRequest() not called"); in getNextSaveRequest()