Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java174 NotifEvent notif1 = mNoMan.postNotif( in testEventDispatchedWhenNotifPosted()
193 mNoMan.postNotif(buildNotif(TEST_PACKAGE, 2) in testEventDispatchedWhenNotifBatchPosted()
247 mNoMan.postNotif(buildNotif(TEST_PACKAGE, 3) in testEventDispatchedWhenNotifUpdated()
251 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 3) in testEventDispatchedWhenNotifUpdated()
268 mNoMan.postNotif(buildNotif(TEST_PACKAGE, 3)); in testEventDispatchedWhenNotifRemoved()
271 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testEventDispatchedWhenNotifRemoved()
290 NotifEvent notif1 = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 3) in testRankingsAreUpdatedForOtherNotifs()
298 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 77)); in testRankingsAreUpdatedForOtherNotifs()
307 NotifEvent notif1 = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 3) in testRankingUpdateIsProperlyIssuedToEveryone()
309 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 8) in testRankingUpdateIsProperlyIssuedToEveryone()
[all …]
DNoManSimulator.java49 public NotifEvent postNotif(NotificationEntryBuilder builder) { in postNotif() method in NoManSimulator
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java95 NotifEvent notif1 = mNoMan.postNotif( in testUngroupedNotificationsAreNotCoalesced()
111 NotifEvent notif1 = mNoMan.postNotif( in testGroupedNotificationsAreCoalesced()
129 NotifEvent notif1 = mNoMan.postNotif( in testCoalescedNotificationsStillPassThroughRankingUpdate()
142 NotifEvent notif1 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted()
149 NotifEvent notif2 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted()
157 NotifEvent notif3 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted()
181 NotifEvent notif1a = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
186 NotifEvent notif2 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
190 NotifEvent notif3 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
201 NotifEvent notif1b = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
[all …]