Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java98 private static final SparseArray<Bitmap> sNotificationIcons = new SparseArray<Bitmap>(); field in NotificationUtils
945 final Bitmap cachedIcon = sNotificationIcons.get(resId); in getIcon()
951 sNotificationIcons.put(resId, icon); in getIcon()