Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java945 final Bitmap cachedIcon = sNotificationIcons.get(resId); in getIcon() local
946 if (cachedIcon != null) { in getIcon()
947 return cachedIcon; in getIcon()