Searched defs:randomizationTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java47 * default_randomizationTime will be used as the randomizationTime
48 * for delay times which have no supplied randomizationTime. If
84 RetryRec(int delayTime, int randomizationTime) { argument
86 mRandomizationTime = randomizationTime;
139 * @param randomizationTime a random value between 0 and
140 * randomizationTime will be added to retryTime. this
144 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { argument
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
157 if (!validateNonNegativeInt("randomizationTime", randomizationTime)) {
[all...]

Completed in 130 milliseconds