Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java446 policy = getPreferredErrorPolicy(mCarrierConfigPolicies.get(apn), iwlanError); in findErrorPolicy()
449 policy = getPreferredErrorPolicy(mCarrierConfigPolicies.get("*"), iwlanError); in findErrorPolicy()
452 policy = getPreferredErrorPolicy(mDefaultPolicies.get(apn), iwlanError); in findErrorPolicy()
455 policy = getPreferredErrorPolicy(mDefaultPolicies.get("*"), iwlanError); in findErrorPolicy()
465 private ErrorPolicy getPreferredErrorPolicy( in getPreferredErrorPolicy() method in ErrorPolicyManager