Searched refs:sPermanentFailureCache (Results 1 – 1 of 1) sorted by relevance
1369 private static final HashMap<Integer, Set<Integer>> sPermanentFailureCache = field in DataFailCause1414 synchronized (sPermanentFailureCache) { in isPermanentFailure()1416 Set<Integer> permanentFailureSet = sPermanentFailureCache.get(subId); in isPermanentFailure()1464 sPermanentFailureCache.put(subId, permanentFailureSet); in isPermanentFailure()