Searched refs:totalRetryTimeMs (Results 1 – 1 of 1) sorted by relevance
225 + newRetryAction.totalRetryTimeMs()); in reportIwlanError()226 return newRetryAction.totalRetryTimeMs() / 1000; in reportIwlanError()389 long totalRetryTimeMs = retryAction.totalRetryTimeMs(); in getRemainingRetryTimeMs() local392 return Math.max(0, totalRetryTimeMs - (currentTime - errorTime)); in getRemainingRetryTimeMs()1041 long totalRetryTimeMs(); in totalRetryTimeMs() method1057 public long totalRetryTimeMs() { in totalRetryTimeMs() method in ErrorPolicyManager.PolicyDerivedRetryAction1099 public long totalRetryTimeMs() { in totalRetryTimeMs() method in ErrorPolicyManager.IkeBackoffNotifyRetryAction