Home
last modified time | relevance | path

Searched refs:getDismissedByUserStats (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DOnUserInteractionCallbackImpl.java69 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/
DBubblesManager.java355 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/
DNotificationMediaManager.java214 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/
DNotificationStackScrollLayoutController.java1635 private DismissedByUserStats getDismissedByUserStats(NotificationEntry entry) {
1682 new Pair<>(entry, getDismissedByUserStats(entry)));