Searched refs:cachedIcon (Results 1 – 1 of 1) sorted by relevance
945 final Bitmap cachedIcon = sNotificationIcons.get(resId); in getIcon() local946 if (cachedIcon != null) { in getIcon()947 return cachedIcon; in getIcon()