Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java35 boolean isSystemAppId = true; field in TestableNotificationManagerService
66 return isSystemUid || isSystemAppId; in isCallingAppIdSystem()
72 return isSystemUid || isSystemAppId; in isCallerSystemOrPhone()
78 return isSystemUid || isSystemAppId; in isCallerIsSystemOrSystemUi()
H A DNotificationManagerServiceTest.java2386 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild()
2413 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent()
2437 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild()
2461 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent()
2488 mService.isSystemAppId = false; in testCancelAllNotificationsFromApp_cannotCancelFgsChild()
2517 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_cannotCancelFgsParent()
2543 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild()
2569 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent()
7238 mService.isSystemAppId = false; in testAllowForegroundCustomToasts()
7261 mService.isSystemAppId = false; in testDisallowBackgroundCustomToasts()
[all …]