Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java466 List<ErrorPolicy> errorPolicies, IwlanError iwlanError) { in getPreferredErrorPolicy() argument
469 for (ErrorPolicy policy : errorPolicies) { in getPreferredErrorPolicy()
508 Map<String, List<ErrorPolicy>> errorPolicies = new HashMap<>(); in readErrorPolicies() local
534 errorPolicies.putIfAbsent(apnName, new ArrayList<ErrorPolicy>()); in readErrorPolicies()
535 errorPolicies.get(apnName).add(errorPolicy); in readErrorPolicies()
538 return errorPolicies; in readErrorPolicies()
670 List<ErrorPolicy> errorPolicies = entry.getValue(); in getAllUnthrottlingEvents() local
671 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
676 List<ErrorPolicy> errorPolicies = entry.getValue(); in getAllUnthrottlingEvents() local
677 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
[all …]