Searched refs:TEST_PACKAGE2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 248 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testCancelNonExistingNotification() 478 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 77)); in testRankingsAreUpdatedForOtherNotifs() 489 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 8) in testRankingUpdateIsProperlyIssuedToEveryone() 550 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testDismissNotificationSentToSystemServer() 1043 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtendersAreQueriedWhenNotifRemoved() 1071 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testWhenLastLifetimeExtenderExpiresAllAreReQueried() 1108 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires() 1143 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 1173 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() 1182 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() [all …]
|