Searched refs:getCommandTimeout (Results 1 – 2 of 2) sorted by relevance
239 CommandResult result = getRunUtil().runTimedCmd(getCommandTimeout(), mCmd); in run()682 return executeShellV2Command(cmd, getCommandTimeout(), TimeUnit.MILLISECONDS); in executeShellV2Command()1618 return doFastbootCommand(getCommandTimeout(), cmdArgs); in executeFastbootCommand()1738 long getCommandTimeout() { in getCommandTimeout() method in NativeDevice2912 waitForDeviceNotAvailable("reboot", getCommandTimeout()); in encryptDevice()
518 long origTimeout = mTestDevice.getCommandTimeout(); in testExecuteFastbootCommand_deviceInAdb()