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

  /packages/apps/Stk/src/com/android/stk/
StkApp.java 40 static final int UI_TIMEOUT = (30 * 1000);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 49 private static final int UI_TIMEOUT = 5000;
152 final UiObject2 clearAll = ud.wait(Until.findObject(By.text("CLEAR ALL")), UI_TIMEOUT);
157 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
173 ud.wait(Until.findObject(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT).click();
186 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
CameraEvictionTest.java 51 private static final int UI_TIMEOUT = 10000; // Time to wait for UI event before timeout (ms).

Completed in 1178 milliseconds