Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java239 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 NativeDevice
2912 waitForDeviceNotAvailable("reboot", getCommandTimeout()); in encryptDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java518 long origTimeout = mTestDevice.getCommandTimeout(); in testExecuteFastbootCommand_deviceInAdb()