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