Searched refs:notif3 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 157 NotifEvent notif3 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted() local 174 new CoalescedEvent(notif3.key, 2, notif3.sbn, notif3.ranking, null) in testCoalescedNotificationsArePosted() 190 NotifEvent notif3 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() local 211 new CoalescedEvent(notif3.key, 2, notif3.sbn, notif3.ranking, null) in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 338 NotifEvent notif3 = mNoMan.postNotif(new NotificationEntryBuilder() in testMaxLingerDuration() local 364 new CoalescedEvent(notif3.key, 2, notif3.sbn, notif3.ranking, null), in testMaxLingerDuration()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 311 NotifEvent notif3 = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 77) in testRankingUpdateIsProperlyIssuedToEveryone() local 316 NotificationEntry entry3 = mCollectionListener.getEntry(notif3.key); in testRankingUpdateIsProperlyIssuedToEveryone() 330 Ranking newRanking3 = new RankingBuilder(notif3.ranking) in testRankingUpdateIsProperlyIssuedToEveryone() 338 mNoMan.setRanking(notif3.sbn.getKey(), newRanking3); in testRankingUpdateIsProperlyIssuedToEveryone() 455 CollectionEvent notif3 = postNotif( in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() local 461 NotificationEntry entry3 = mCollectionListener.getEntry(notif3.key); in testDismissingLifetimeExtendedSummaryDoesNotDismissChildren() 637 NotifEvent notif3 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 99)); in testDismissingNonExistentNotificationThrows() local
|