Home
last modified time | relevance | path

Searched refs:mResourcesCache (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java153 protected final Map<Integer, Resources> mResourcesCache = new HashMap<>(); field in CellBroadcastHandler
900 if (mResourcesCache.containsKey(subId)) { in getResources()
901 return mResourcesCache.get(subId); in getResources()
DGsmCellBroadcastHandler.java155 mResourcesCache.put(subId, resources); in GsmCellBroadcastHandler()