Searched refs:permanentFailureSet (Results 1 – 1 of 1) sorted by relevance
1662 Set<Integer> permanentFailureSet = sPermanentFailureCache.get(subId); in isPermanentFailure() local1665 if (permanentFailureSet == null) { in isPermanentFailure()1675 permanentFailureSet = new HashSet<>(); in isPermanentFailure()1678 permanentFailureSet.add(e.getKey()); in isPermanentFailure()1687 if (permanentFailureSet == null) { in isPermanentFailure()1688 permanentFailureSet = new HashSet<Integer>(); in isPermanentFailure()1689 permanentFailureSet.add(OPERATOR_BARRED); in isPermanentFailure()1690 permanentFailureSet.add(MISSING_UNKNOWN_APN); in isPermanentFailure()1691 permanentFailureSet.add(UNKNOWN_PDP_ADDRESS_TYPE); in isPermanentFailure()1692 permanentFailureSet.add(USER_AUTHENTICATION); in isPermanentFailure()[all …]