Searched refs:errorPolicy (Results 1 – 1 of 1) sorted by relevance
526 ErrorPolicy errorPolicy = in readErrorPolicies() local535 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() local755 if (errorPolicy.canUnthrottle(event)) { in unthrottleLastErrorOnEvent()905 ErrorInfo(IwlanError error, ErrorPolicy errorPolicy) { in ErrorInfo() argument907 mErrorPolicy = errorPolicy; in ErrorInfo()[all …]