Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java84 RetryRec(int delayTime, int randomizationTime) { in RetryRec() argument
86 mRandomizationTime = randomizationTime; in RetryRec()
144 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { in configure() argument
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); in configure()
157 if (!validateNonNegativeInt("randomizationTime", randomizationTime)) { in configure()
166 mRetryArray.add(new RetryRec(retryTime, randomizationTime)); in configure()