Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DCachingLogic.java62 default boolean addToMemCache() { in addToMemCache() method
DBaseIconCache.java269 if (cachingLogic.addToMemCache()) mCache.put(key, entry); in addIconToDBAndMemCache()
314 if (cachingLogic.addToMemCache()) { in cacheLocked()