Searched refs:mCmd (Results 1 – 1 of 1) sorted by relevance
231 private String[] mCmd; field in NativeDevice.AdbAction234 mCmd = cmd; in AdbAction()239 CommandResult result = getRunUtil().runTimedCmd(getCommandTimeout(), mCmd); in run()258 private String[] mCmd; field in NativeDevice.AdbShellAction262 mCmd = cmd; in AdbShellAction()268 mResult = getRunUtil().runTimedCmd(mTimeout, mCmd); in run()