Home
last modified time | relevance | path

Searched refs:NotificationAction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java435 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);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java545 public enum NotificationAction { enum in PeopleSpaceUtils