Home
last modified time | relevance | path

Searched refs:AVAILABILITY_CHECK_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java138 when(mMockDevice.waitForDeviceAvailable(TestInvocation.AVAILABILITY_CHECK_TIMEOUT)) in setUp()
DTestInvocationTest.java482 when(mMockDevice.waitForDeviceAvailable(TestInvocation.AVAILABILITY_CHECK_TIMEOUT)) in stubInvokeWithBuild()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java172 public static final long AVAILABILITY_CHECK_TIMEOUT = 180000L; // 3 minutes field in TestInvocation
1875 boolean available = device.waitForDeviceAvailable(AVAILABILITY_CHECK_TIMEOUT); in checkDevicesAvailable()