Searched refs:perProfileIconCache (Results 1 – 1 of 1) sorted by relevance
37 @GuardedBy("self") private val perProfileIconCache = HashMap<UserHandle, IconCache>() in <lambda>() constant in com.android.intentresolver.icons.CachingTargetDataLoader76 synchronized(perProfileIconCache) { in <lambda>()77 perProfileIconCache.getOrPut(userHandle) { IconCache(cacheSize) } in <lambda>()