Searched refs:sResourcesCache (Results 1 – 1 of 1) sorted by relevance
162 private static final Map<Integer, Resources> sResourcesCache = new HashMap<>(); field in CellBroadcastSettings877 if (sResourcesCache.containsKey(subId)) { in getResources()878 return sResourcesCache.get(subId); in getResources()882 sResourcesCache.put(subId, res); in getResources()