Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java231 private String[] mCmd; field in NativeDevice.AdbAction
234 mCmd = cmd; in AdbAction()
239 CommandResult result = getRunUtil().runTimedCmd(getCommandTimeout(), mCmd); in run()
258 private String[] mCmd; field in NativeDevice.AdbShellAction
262 mCmd = cmd; in AdbShellAction()
268 mResult = getRunUtil().runTimedCmd(mTimeout, mCmd); in run()