Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java58 protected boolean isCallingUidSystem() { in isCallingUidSystem() method in TestableNotificationManagerService
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java2102 if (isCallingUidSystem()) { in checkCallerIsSystemOrSameApp()
2119 private boolean isCallingUidSystem() { in isCallingUidSystem() method in UsageStatsService.BinderService
2575 if (!isCallingUidSystem()) { in reportUserInteraction()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4258 || isCallingUidSystem()) {
6655 final int mustNotHaveFlags = isCallingUidSystem() ? 0 :
10085 protected boolean isCallingUidSystem() {
/aosp14/frameworks/base/services/
H A Dart-profile5198 HSPLcom/android/server/notification/NotificationManagerService;->isCallingUidSystem()Z