Searched refs:getCachedAppIcon (Results 1 – 1 of 1) sorted by relevance
45 return getCachedAppIcon(cacheKey, userHandle) in <lambda>()58 return cacheKey?.let { getCachedAppIcon(it, userHandle) } in <lambda>()72 private fun getCachedAppIcon(component: String, userHandle: UserHandle): Drawable? = in <lambda>() method