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

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

Completed in 647 milliseconds