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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java78 public static final SparseLongArray sNotificationTimestamps = new SparseLongArray(); field in class:NotificationActionUtils
689 sNotificationTimestamps.put(notificationId, notificationAction.getWhen());
728 sNotificationTimestamps.delete(notificationId);

Completed in 117 milliseconds