Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java526 ErrorPolicy errorPolicy = in readErrorPolicies() local
535 errorPolicies.get(apnName).add(errorPolicy); in readErrorPolicies()
671 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
672 events.addAll(errorPolicy.mUnthrottlingEvents); in getAllUnthrottlingEvents()
677 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
678 events.addAll(errorPolicy.mUnthrottlingEvents); in getAllUnthrottlingEvents()
754 ErrorPolicy errorPolicy = entry.getValue().getErrorPolicy(); in unthrottleLastErrorOnEvent() local
755 if (errorPolicy.canUnthrottle(event)) { in unthrottleLastErrorOnEvent()
905 ErrorInfo(IwlanError error, ErrorPolicy errorPolicy) { in ErrorInfo() argument
907 mErrorPolicy = errorPolicy; in ErrorInfo()
[all …]