Searched refs:maxRetryCount (Results 1 – 1 of 1) sorted by relevance
144 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { in configure() argument147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); in configure()149 if (!validateNonNegativeInt("maxRetryCount", maxRetryCount)) { in configure()161 mMaxRetryCount = maxRetryCount; in configure()