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/connection/
DAdbSshConnection.java374 for (int attempt = 0; attempt < getDevice().getOptions().getGceMaxAttempt(); attempt++) { in launchGce()
391 getDevice().getOptions().getGceMaxAttempt(), in launchGce()
397 attempt + 1, getDevice().getOptions().getGceMaxAttempt(), tse); in launchGce()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java835 public int getGceMaxAttempt() { in getGceMaxAttempt() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java404 for (int attempt = 0; attempt < options.getGceMaxAttempt(); attempt++) { in acloudCreate()