Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceRecoveryModeUtil.java37 public static void bootOutOfRecovery(IManagedTestDevice device, long timeoutMs) in bootOutOfRecovery()
53 long timeoutMs, long bufferMs) in bootOutOfRecovery()
DLogcatEventParser.java147 public LogcatEvent waitForEvent(long timeoutMs) throws InterruptedException { in waitForEvent()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteSshUtil.java45 long timeoutMs, in remoteSshCommandExec()
74 long timeoutMs, in remoteSshCommandExec()
DMultiUserSetupUtil.java42 long timeoutMs) { in prepareRemoteUser()
61 long timeoutMs) { in addExtraCvdUser()
86 long timeoutMs) { in setupNetworkInterface()
120 long timeoutMs) { in prepareRemoteHomeDir()
DGceManager.java484 long timeoutMs, in remoteSshCommandExecution()
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DTestActivity.java49 public void waitUntilDestroyed(int timeoutMs) throws InterruptedException { in waitUntilDestroyed()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIDeviceStateMonitor.java167 public void setDefaultOnlineTimeout(long timeoutMs); in setDefaultOnlineTimeout()
172 public void setDefaultAvailableTimeout(long timeoutMs); in setDefaultAvailableTimeout()
DNativeDeviceStateMonitor.java85 public void setDefaultOnlineTimeout(long timeoutMs) { in setDefaultOnlineTimeout()
93 public void setDefaultAvailableTimeout(long timeoutMs) { in setDefaultAvailableTimeout()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostGTest.java77 public CommandResult executeHostCommand(String cmd, long timeoutMs) { in executeHostCommand()
89 String cmd, long timeoutMs, IShellOutputReceiver receiver) { in executeHostGTestCommand()