Searched refs:getCommandTimeout (Results 1 – 2 of 2) sorted by relevance
975 getCommandTimeout(), TimeUnit.MILLISECONDS); in executeShellCommand()1067 return executeShellV2Command(cmd, getCommandTimeout(), TimeUnit.MILLISECONDS); in executeShellV2Command()1078 getCommandTimeout(), in executeShellV2Command()1091 getCommandTimeout(), in executeShellV2Command()2386 return executeAdbCommand(getCommandTimeout(), cmdArgs); in executeAdbCommand()2393 return executeAdbCommand(getCommandTimeout(), new HashMap<>(), cmdArgs); in executeAdbCommand()2413 return doFastbootCommand(getCommandTimeout(), cmdArgs); in executeFastbootCommand()2561 long getCommandTimeout() { in getCommandTimeout() method in NativeDevice
553 long origTimeout = mTestDevice.getCommandTimeout(); in testExecuteFastbootCommand_deviceInAdb()