HomeSort by relevance Sort by last modified time
    Searched refs:UI_TIMEOUT (Results 1 - 16 of 16) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractLoginActivityTestCase.java 50 Timeouts.UI_TIMEOUT.getMaxValue());
60 Timeouts.UI_TIMEOUT.ms());
74 Timeouts.UI_TIMEOUT.getMaxValue());
Timeouts.java 60 static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", 5000, 2F, 10000);
70 * <p>The value is usually higher than {@link #UI_TIMEOUT} because the performance of the
FragmentContainerActivity.java 74 return mResumed.await(Timeouts.UI_TIMEOUT.ms(), TimeUnit.MILLISECONDS);
78 return mStopped.await(Timeouts.UI_TIMEOUT.ms(), TimeUnit.MILLISECONDS);
AbstractAutoFillActivity.java 45 syncRunOnUiThread(action, Timeouts.UI_TIMEOUT.ms());
LoginWithCustomHighlightActivityTest.java 88 Timeouts.UI_TIMEOUT.getMaxValue());
MultiWindowLoginActivityTest.java 66 mUiBot.waitForWindowChange(() -> tap(view), Timeouts.UI_TIMEOUT.getMaxValue());
VirtualContainerActivityTest.java 133 Timeouts.UI_TIMEOUT.getMaxValue());
149 Timeouts.UI_TIMEOUT.getMaxValue());
MutableAutofillIdTest.java 312 Timeouts.UI_TIMEOUT.getMaxValue());
UiBot.java 24 import static android.autofillservice.cts.Timeouts.UI_TIMEOUT;
119 this(UI_TIMEOUT);
    [all...]
PartitionedActivityTest.java 81 Timeouts.UI_TIMEOUT.getMaxValue());
91 Timeouts.UI_TIMEOUT.ms());
    [all...]
LoginActivityTest.java 704 Timeouts.UI_TIMEOUT.getMaxValue());
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 40 static final int UI_TIMEOUT = (30 * 1000);
StkMenuActivity.java 421 .obtainMessage(MSG_ID_TIMEOUT), StkApp.UI_TIMEOUT);
StkInputActivity.java 461 duration = StkApp.UI_TIMEOUT;
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 47 private static final int UI_TIMEOUT = 5000;
119 final UiObject2 clearAll = ud.wait(Until.findObject(By.text("CLEAR ALL")), UI_TIMEOUT);
124 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
140 ud.wait(Until.findObject(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT).click();
153 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 53 private static final int UI_TIMEOUT = 10000; // Time to wait for UI event before timeout (ms).

Completed in 312 milliseconds