Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7822 final String testPackageSystem = "testPackageNameSystem"; in testPrioritizeSystemToasts() local
7824 setIfPackageHasPermissionToAvoidToastRateLimiting(testPackageSystem, false); in testPrioritizeSystemToasts()
7825 when(mPackageManager.isPackageSuspendedForUser(testPackageSystem, mUserId)) in testPrioritizeSystemToasts()
7828 enqueueToast(testPackageSystem, new TestableToastCallback()); in testPrioritizeSystemToasts()
7831 assertEquals(testPackageSystem, mService.mToastQueue.get(1).pkg); in testPrioritizeSystemToasts()