Searched refs:randomizationTime (Results 1 - 2 of 2) 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;
134 * @param randomizationTime a random value between 0 and
135 * randomizationTime will be added to retryTime. this
139 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { argument
142 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
152 if (!validateNonNegativeInt("randomizationTime", randomizationTime)) {
[all...]
H A DDataConnection.java501 public boolean configureRetry(int maxRetryCount, int retryTime, int randomizationTime) { argument
502 return mRetryMgr.configure(maxRetryCount, retryTime, randomizationTime);

Completed in 49 milliseconds