Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java605 mStackScroller.setClearAllListener(selectedRows -> { in testClearNotifications_All()
621 mStackScroller.setClearAllListener(selectedRows -> { in testClearNotifications_Gentle()
DNotificationStackScrollLayoutControllerTest.java733 verify(mNotificationStackScrollLayout).setClearAllListener( in testDismissListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java816 mView.setClearAllListener((selection) -> mUiEventLogger.log( in setUpView()
DNotificationStackScrollLayout.java5671 void setClearAllListener(ClearAllListener listener) { in setClearAllListener() method