Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java144 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { in configure() argument
147 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime); in configure()
149 if (!validateNonNegativeInt("maxRetryCount", maxRetryCount)) { in configure()
161 mMaxRetryCount = maxRetryCount; in configure()