Home
last modified time | relevance | path

Searched refs:getGceCmdTimeout (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java79 long remainingTime = getOptions().getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup()
83 "Failed to launch GCE after %sms", getOptions().getGceCmdTimeout()), in preInvocationSetup()
DGceManager.java143 getTestDeviceOptions().getGceCmdTimeout(), in startGce()
156 getTestDeviceOptions().getGceCmdTimeout()); in startGce()
312 getTestDeviceOptions().getGceCmdTimeout(), in shutdownGce()
DRemoteAndroidVirtualDevice.java109 long remainingTime = getOptions().getGceCmdTimeout() - (getCurrentTime() - startTime); in preInvocationSetup()
113 "Failed to launch GCE after %sms", getOptions().getGceCmdTimeout()), in preInvocationSetup()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java488 public long getGceCmdTimeout() { in getGceCmdTimeout() method in TestDeviceOptions