Searched refs:getGceMaxAttempt (Results 1 – 4 of 4) sorted by relevance
162 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()169 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
252 for (int attempt = 0; attempt < getOptions().getGceMaxAttempt(); attempt++) { in launchGce()259 attempt + 1, getOptions().getGceMaxAttempt(), tse); in launchGce()
607 public int getGceMaxAttempt() { in getGceMaxAttempt() method in TestDeviceOptions
307 for (int attempt = 0; attempt < options.getGceMaxAttempt(); attempt++) { in acloudCreate()