Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java116 public void setNotificationHandler(BatchableNotificationHandler handler) { in setNotificationHandler() method in GroupCoalescer
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java84 mCoalescer.setNotificationHandler(mListener); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java183 groupCoalescer.setNotificationHandler(mNotifHandler); in attach()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java168 verify(mGroupCoalescer).setNotificationHandler(mListenerCaptor.capture()); in setUp()