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