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