Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt527 fun setOnClearSilentNotifsClickListener(listener: View.OnClickListener) { in <lambda>() method
DNotificationStackScrollLayout.java591 mSectionsManager.setOnClearSilentNotifsClickListener(v -> { in NotificationStackScrollLayout()