Home
last modified time | relevance | path

Searched refs:clearAllNotifications (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt36 clearAllNotifications: View.OnClickListener, in <lambda>()
45 clearAllNotifications, in <lambda>()
56 clearAllNotifications: View.OnClickListener, in <lambda>()
64 clearAllNotifications, in <lambda>()
81 clearAllNotifications: View.OnClickListener, in <lambda>()
83 footer.setClearAllButtonClickListener(clearAllNotifications) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt175 clearAllNotifications = { in <lambda>()
176 clearAllNotifications( in <lambda>()
245 private fun clearAllNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.stack.ui.viewbinder.NotificationListViewBinder
250 view.clearAllNotifications(hideSilentSection) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5357 public void clearAllNotifications(boolean hideSilentSection) { in clearAllNotifications() method