Searched refs:mResourcesCache (Results 1 – 2 of 2) sorted by relevance
153 protected final Map<Integer, Resources> mResourcesCache = new HashMap<>(); field in CellBroadcastHandler900 if (mResourcesCache.containsKey(subId)) { in getResources()901 return mResourcesCache.get(subId); in getResources()
155 mResourcesCache.put(subId, resources); in GsmCellBroadcastHandler()