Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java91 int maxTimeToOutputResponse) throws TimeoutException, AdbCommandRejectedException, in executeShellCommand() argument
250 long maxTimeToOutputResponse, in installPackage() argument
290 long maxTimeToOutputResponse, in installRemotePackage() argument
493 long maxTimeToOutputResponse, TimeUnit maxTimeUnits) in executeShellCommand() argument
505 long maxTimeToOutputResponse, in executeShellCommand() argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorRunner.java279 public void setMaxtimeToOutputResponse(int maxTimeToOutputResponse) { in setMaxtimeToOutputResponse() argument
280 setMaxTimeToOutputResponse(maxTimeToOutputResponse, TimeUnit.MILLISECONDS); in setMaxtimeToOutputResponse()