Home
last modified time | relevance | path

Searched refs:switchObject (Results 1 – 1 of 1) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DDeviceUtils.kt36 val switchObject = uiDevice.findObject(UiSelector().className(Switch::class.java.name)) in allowDrawingOverOtherApps() constant
38 if (!switchObject.isChecked) { in allowDrawingOverOtherApps()
39 switchObject.click() in allowDrawingOverOtherApps()