Searched refs:LAUNCH_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
10 private const val LAUNCH_TIMEOUT = 5000 constant19 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in allowDrawingOverOtherApps()34 LAUNCH_TIMEOUT.toLong() in allowDrawingOverOtherApps()
25 private const val LAUNCH_TIMEOUT = 5000 constant48 device.wait(Until.hasObject(By.pkg("host.exp.exponent").depth(0)), LAUNCH_TIMEOUT.toLong()) in runFixtureTest()
10 const val LAUNCH_TIMEOUT = 5000 constant
82 uiDevice.wait(Until.hasObject(By.pkg("host.exp.exponent").depth(0)), LAUNCH_TIMEOUT.toLong()) in runTestSuiteTest()145 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in beforeClass()