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.java92 int maxTimeToOutputResponse) throws TimeoutException, AdbCommandRejectedException, in executeShellCommand() argument
251 long maxTimeToOutputResponse, in installPackage() argument
291 long maxTimeToOutputResponse, in installRemotePackage() argument
494 long maxTimeToOutputResponse, TimeUnit maxTimeUnits) in executeShellCommand() argument
506 long maxTimeToOutputResponse, in executeShellCommand() argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorRunner.java269 public void setMaxtimeToOutputResponse(int maxTimeToOutputResponse) { in setMaxtimeToOutputResponse() argument
270 setMaxTimeToOutputResponse(maxTimeToOutputResponse, TimeUnit.MILLISECONDS); in setMaxtimeToOutputResponse()