Searched refs:TEST_PACKAGE2 (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 304 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 77)); in testRankingsAreUpdatedForOtherNotifs() 315 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 8) in testRankingUpdateIsProperlyIssuedToEveryone() 657 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testDismissingNonExistentNotificationThrows() 658 NotifEvent notif3 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 99)); in testDismissingNonExistentNotificationThrows() 854 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtendersAreQueriedWhenNotifRemoved() 882 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testWhenLastLifetimeExtenderExpiresAllAreReQueried() 919 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires() 954 NotifEvent notif2 = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 993 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testLifetimeExtensionIsCanceledWhenNotifIsUpdated() 1027 mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88)); in testReentrantCallsToLifetimeExtendersThrow() [all …]
|
/aosp12/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/ |
H A D | RebootReadinessUnitTest.java | 124 private static final String TEST_PACKAGE2 = "test.package2"; field in RebootReadinessUnitTest 203 mService.cancelPendingReboot(TEST_PACKAGE2); in teardown() 276 mService.markRebootPending(TEST_PACKAGE2); in testSecondClientReceivesBroadcastImmediately() 283 assertThat(secondIntent.getPackage()).isEqualTo(TEST_PACKAGE2); in testSecondClientReceivesBroadcastImmediately()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/ |
H A D | VmsBrokerServiceTest.java | 80 private static final String TEST_PACKAGE2 = "test.package2"; field in VmsBrokerServiceTest 144 when(mPackageManager.getNameForUid(TEST_APP_UID2)).thenReturn(TEST_PACKAGE2); in setUp()
|