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.java538 List<ErrorPolicy> errorPolicies, IwlanError iwlanError) { in getPreferredErrorPolicy() argument
541 for (ErrorPolicy policy : errorPolicies) { in getPreferredErrorPolicy()
570 Map<String, List<ErrorPolicy>> errorPolicies = new HashMap<>(); in readErrorPolicies() local
622 errorPolicies.putIfAbsent(apnName, new ArrayList<>()); in readErrorPolicies()
623 errorPolicies.get(apnName).add(errorPolicy); in readErrorPolicies()
626 return errorPolicies; in readErrorPolicies()
758 List<ErrorPolicy> errorPolicies = entry.getValue(); in getAllUnthrottlingEvents() local
759 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
764 List<ErrorPolicy> errorPolicies = entry.getValue(); in getAllUnthrottlingEvents() local
765 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()
[all …]