Home
last modified time | relevance | path

Searched defs:SHORT_WAIT_TIME (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java45 private static final int SHORT_WAIT_TIME = 5000; // 5 sec field in LeanbackLauncherStrategy
236 mDevice.wait(Until.gone(keyboardOrb), SHORT_WAIT_TIME); in search() local
249 mDevice.wait(Until.gone(searchEditor), SHORT_WAIT_TIME); in search() local