Searched refs:LAUNCH_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance
42 private static final int LAUNCH_TIMEOUT_MS = 20000; field in DeviceTest77 if (!mDevice.wait(Until.hasObject(By.text(pattern).depth(0)), LAUNCH_TIMEOUT_MS)) { in startMainActivityFromHomeScreen()88 if (mDevice.wait(Until.hasObject(selector.depth(0)), LAUNCH_TIMEOUT_MS)) { in testOverlayButtonPresence()
37 private static final int LAUNCH_TIMEOUT_MS = 20000; field in DeviceTest58 mDevice.wait(Until.hasObject(By.pkg(TEST_PKG).depth(0)), LAUNCH_TIMEOUT_MS); in startMainActivityFromHomeScreen()
45 private static final int LAUNCH_TIMEOUT_MS = 20000; field in DeviceTest66 mDevice.wait(Until.hasObject(By.pkg(BASIC_SAMPLE_PACKAGE).depth(0)), LAUNCH_TIMEOUT_MS); in startMainActivityFromHomeScreen()
55 private static final int LAUNCH_TIMEOUT_MS = 20000; field in DeviceTest84 mDevice.wait(Until.hasObject(By.pkg(BASIC_SAMPLE_PACKAGE).depth(0)), LAUNCH_TIMEOUT_MS); in startMainActivityFromHomeScreen()
64 private static final int LAUNCH_TIMEOUT_MS = 20000; field in DeviceTest