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

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

Completed in 96 milliseconds