Searched refs:uiDevice (Results 1 – 4 of 4) sorted by relevance
13 fun allowDrawingOverOtherApps(uiDevice: UiDevice) { in allowDrawingOverOtherApps()15 uiDevice.pressHome() in allowDrawingOverOtherApps()18 val launcherPackage = uiDevice.launcherPackageName in allowDrawingOverOtherApps()19 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in allowDrawingOverOtherApps()32 uiDevice.wait( in allowDrawingOverOtherApps()36 val switchObject = uiDevice.findObject(UiSelector().className(Switch::class.java.name)) in allowDrawingOverOtherApps()
17 var uiDevice: UiDevice? = null variable in host.exp.exponent.utils.TestNativeModuleServer32 val obj = uiDevice!!.findObject(selector) in performAction()
14 @JvmStatic protected lateinit var uiDevice: UiDevice variable21 uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) in beforeClass()22 TestNativeModuleServer.instance.uiDevice = uiDevice in beforeClass()
82 uiDevice.wait(Until.hasObject(By.pkg("host.exp.exponent").depth(0)), LAUNCH_TIMEOUT.toLong()) in runTestSuiteTest()143 uiDevice.pressHome() in beforeClass()144 val launcherPackage = uiDevice.launcherPackageName in beforeClass()145 uiDevice.wait(Until.hasObject(By.pkg(launcherPackage).depth(0)), LAUNCH_TIMEOUT.toLong()) in beforeClass()