Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java620 ErrorPolicy errorPolicy = errorPolicyBuilder.build(); in readErrorPolicies() local
623 errorPolicies.get(apnName).add(errorPolicy); in readErrorPolicies()
759 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
760 events.addAll(errorPolicy.unthrottlingEvents()); in getAllUnthrottlingEvents()
765 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
766 events.addAll(errorPolicy.unthrottlingEvents()); in getAllUnthrottlingEvents()
1036 ErrorPolicy errorPolicy(); in errorPolicy() method
1058 return TimeUnit.SECONDS.toMillis(errorPolicy().getRetryTime(currentRetryIndex())); in totalRetryTimeMs()
1063 ErrorPolicy errorPolicy = errorPolicy(); in getCurrentFqdnIndex() local
1064 return errorPolicy.getCurrentFqdnIndex(currentRetryIndex(), numFqdns); in getCurrentFqdnIndex()
[all …]
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java98 StringBuilder errorPolicy = in getErrorPolicyInString() local
116 errorPolicy in getErrorPolicyInString()
123 errorPolicy in getErrorPolicyInString()
127 return errorPolicy.toString(); in getErrorPolicyInString()