Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt274 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in shell() method
286 fun shell(command: String): String { in shell() method