Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java162 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()
169 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
DRemoteAndroidVirtualDevice.java252 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()
259 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java607 public int getGceMaxAttempt() { in getGceMaxAttempt() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java307 for (int attempt = 0; attempt < options.getGceMaxAttempt(); attempt++) { in acloudCreate()