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 | 298 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 77)); in testRankingsAreUpdatedForOtherNotifs() 309 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 8) in testRankingUpdateIsProperlyIssuedToEveryone() 370 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testDismissNotificationSentToSystemServer() 636 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testDismissingNonExistentNotificationThrows() 637 NotifEvent notif3 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 99)); in testDismissingNonExistentNotificationThrows() 833 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtendersAreQueriedWhenNotifRemoved() 861 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testWhenLastLifetimeExtenderExpiresAllAreReQueried() 898 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires() 933 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 963 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() [all …]
|