Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java74 protected boolean isCallingUidSystem() { in isCallingUidSystem() method in TestableNotificationManagerService
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java2227 if (isCallingUidSystem()) { in canReportUsageStats()
2268 if (isCallingUidSystem()) { in checkCallerIsSystemOrSameApp()
2285 private boolean isCallingUidSystem() { in isCallingUidSystem() method in UsageStatsService.BinderService
2332 if (!isCallingUidSystem()) { in reportUserInteractionInnerHelper()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3774 int mustNotHaveFlags = isCallingUidSystem() ? 0 :
4515 || isCallingUidSystem()) {
7044 final int mustNotHaveFlags = isCallingUidSystem() ? 0 :
10437 protected boolean isCallingUidSystem() {
/frameworks/base/services/
Dart-wear-profile16164 PLcom/android/server/notification/NotificationManagerService;->isCallingUidSystem()Z
24049 PLcom/android/server/usage/UsageStatsService$BinderService;->isCallingUidSystem()Z