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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java86 private static final SparseArray<Bitmap> sNotificationIcons = new SparseArray<Bitmap>(); field in class:NotificationUtils
722 final Bitmap cachedIcon = sNotificationIcons.get(resId);
728 sNotificationIcons.put(resId, icon);

Completed in 123 milliseconds