Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java254 private boolean mIsShellCommand; field in NativeDevice.AdbAction
259 mIsShellCommand = isShell; in AdbAction()
281 if (mIsShellCommand) { in run()