Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java225 + newRetryAction.totalRetryTimeMs()); in reportIwlanError()
226 return newRetryAction.totalRetryTimeMs() / 1000; in reportIwlanError()
389 long totalRetryTimeMs = retryAction.totalRetryTimeMs(); in getRemainingRetryTimeMs() local
392 return Math.max(0, totalRetryTimeMs - (currentTime - errorTime)); in getRemainingRetryTimeMs()
1041 long totalRetryTimeMs(); in totalRetryTimeMs() method
1057 public long totalRetryTimeMs() { in totalRetryTimeMs() method in ErrorPolicyManager.PolicyDerivedRetryAction
1099 public long totalRetryTimeMs() { in totalRetryTimeMs() method in ErrorPolicyManager.IkeBackoffNotifyRetryAction