Searched refs:SAVE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Timeouts.java | 70 public static final Timeout SAVE_TIMEOUT = new Timeout("SAVE_TIMEOUT", field in Timeouts
|
D | UiBot.java | 22 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()
|
D | InstrumentedAutoFillService.java | 29 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()
|