Home
last modified time | relevance | path

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

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