Searched refs:errorPolicies (Results 1 – 1 of 1) sorted by relevance
466 List<ErrorPolicy> errorPolicies, IwlanError iwlanError) { in getPreferredErrorPolicy() argument469 for (ErrorPolicy policy : errorPolicies) { in getPreferredErrorPolicy()508 Map<String, List<ErrorPolicy>> errorPolicies = new HashMap<>(); in readErrorPolicies() local534 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() local671 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()676 List<ErrorPolicy> errorPolicies = entry.getValue(); in getAllUnthrottlingEvents() local677 for (ErrorPolicy errorPolicy : errorPolicies) { in getAllUnthrottlingEvents()[all …]