Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java145 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()
152 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
DRemoteAndroidVirtualDevice.java250 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()
257 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java577 public int getGceMaxAttempt() { in getGceMaxAttempt() method in TestDeviceOptions