Searched refs:isSystemAppId (Results 1 – 2 of 2) sorted by relevance
35 boolean isSystemAppId = true; field in TestableNotificationManagerService66 return isSystemUid || isSystemAppId; in isCallingAppIdSystem()72 return isSystemUid || isSystemAppId; in isCallerSystemOrPhone()78 return isSystemUid || isSystemAppId; in isCallerIsSystemOrSystemUi()
2386 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 …]