Searched refs:getDismissedByUserStats (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | OnUserInteractionCallbackImpl.java | 69 private DismissedByUserStats getDismissedByUserStats(NotificationEntry entry) { in getDismissedByUserStats() method in OnUserInteractionCallbackImpl 96 entry, cancellationReason, this::getDismissedByUserStats); in registerFutureDismissal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 355 cb.removeNotification(entry, getDismissedByUserStats(entry, true), in BubblesManager() 513 private DismissedByUserStats getDismissedByUserStats( in getDismissedByUserStats() method in BubblesManager 550 getDismissedByUserStats(children.get(i), true), in handleDismissalInterception() 555 cb.removeNotification(entry, getDismissedByUserStats(entry, true), in handleDismissalInterception()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 214 getDismissedByUserStats(entry)); in setupNotifPipeline() 223 private DismissedByUserStats getDismissedByUserStats(NotificationEntry entry) { in getDismissedByUserStats() method in NotificationMediaManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 1635 private DismissedByUserStats getDismissedByUserStats(NotificationEntry entry) { 1682 new Pair<>(entry, getDismissedByUserStats(entry)));
|