Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceManagementResourcesProvider.java75 mUpdatedDrawablesForSource = new HashMap<>(); field in DeviceManagementResourcesProvider
145 if (!mUpdatedDrawablesForSource.containsKey(drawableId)) { in updateDrawableForSource()
146 mUpdatedDrawablesForSource.put(drawableId, new HashMap<>()); in updateDrawableForSource()
149 mUpdatedDrawablesForSource.get(drawableId); in updateDrawableForSource()
151 mUpdatedDrawablesForSource.get(drawableId).put(drawableSource, new HashMap<>()); in updateDrawableForSource()
171 || mUpdatedDrawablesForSource.remove(drawableId) != null; in removeDrawables()
199 if (!mUpdatedDrawablesForSource.containsKey(drawableId)) { in getDrawableForSourceLocked()
202 if (!mUpdatedDrawablesForSource.get(drawableId).containsKey(drawableSource)) { in getDrawableForSourceLocked()
205 return mUpdatedDrawablesForSource.get(drawableId).get(drawableSource).get(drawableStyle); in getDrawableForSourceLocked()
395 if (mUpdatedDrawablesForSource != null && !mUpdatedDrawablesForSource.isEmpty()) { in writeDrawablesForSourcesInner()
[all …]