Searched refs:NotificationAction (Results 1 – 2 of 2) sorted by relevance
435 PeopleSpaceUtils.NotificationAction notificationAction) { in updateWidgetsWithNotificationChanged()437 if (notificationAction == PeopleSpaceUtils.NotificationAction.POSTED) { in updateWidgetsWithNotificationChanged()448 PeopleSpaceUtils.NotificationAction action) { in updateWidgetsWithNotificationChangedInBackground()627 PeopleSpaceUtils.NotificationAction action) { in getMatchingUriWidgetIds()628 if (action.equals(PeopleSpaceUtils.NotificationAction.POSTED)) { in getMatchingUriWidgetIds()745 updateWidgetsWithNotificationChanged(sbn, PeopleSpaceUtils.NotificationAction.POSTED);753 updateWidgetsWithNotificationChanged(sbn, PeopleSpaceUtils.NotificationAction.REMOVED);761 updateWidgetsWithNotificationChanged(sbn, PeopleSpaceUtils.NotificationAction.REMOVED);
545 public enum NotificationAction { enum in PeopleSpaceUtils