Searched refs:sUndoNotifications (Results 1 – 3 of 3) sorted by relevance
66 public static final ObservableSparseArrayCompat<NotificationAction> sUndoNotifications = field in NotificationActionUtils802 sUndoNotifications.put(notificationId, notificationAction); in createUndoNotification()854 sUndoNotifications.delete(notificationId); in removeUndoNotification()884 sUndoNotifications.getDataSetObservable().registerObserver(observer); in registerUndoNotificationObserver()888 sUndoNotifications.getDataSetObservable().unregisterObserver(observer); in unregisterUndoNotificationObserver()
399 NotificationActionUtils.sUndoNotifications.get(notificationId); in resendNotifications()463 NotificationActionUtils.sUndoNotifications.remove(notificationId); in validateAccountNotifications()537 if (NotificationActionUtils.sUndoNotifications.get(notificationId) == null) { in setNewEmailIndicator()
2413 NotificationActionUtils.sUndoNotifications; in handleNotificationActions()