Searched refs:isSystemAppId (Results 1 – 2 of 2) sorted by relevance
35 boolean isSystemAppId = true; field in TestableNotificationManagerService70 isSystemAppId = false; in setCallerIsNormalPackage()82 return isSystemUid || isSystemAppId; in isCallingAppIdSystem()88 return isSystemUid || isSystemAppId; in isCallerSystemOrPhone()94 return isSystemUid || isSystemAppId; in isCallerSystemOrSystemUi()
1368 mService.isSystemAppId = false; in allowTestPackageToToast()2783 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_cannotCancelFgsChild()2810 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_cannotCancelFgsParent()2834 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearChild()2858 mService.isSystemAppId = false; in testCancelNotificationWithTag_fromApp_canCancelOngoingNoClearParent()2885 mService.isSystemAppId = false; in testCancelAllNotificationsFromApp_cannotCancelFgsChild()2914 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_cannotCancelFgsParent()2940 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_canCancelOngoingNoClearChild()2966 mService.isSystemAppId = false; in testCancelAllNotifications_fromApp_canCancelOngoingNoClearParent()8073 mService.isSystemAppId = false; in testAllowForegroundCustomToasts()[all …]