Home
last modified time | relevance | path

Searched refs:isCallerSystemOrSystemUi (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java92 protected boolean isCallerSystemOrSystemUi() { in isCallerSystemOrSystemUi() method in TestableNotificationManagerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3084 Binder.getCallingUid(), isCallerSystemOrSystemUi());
3132 fromApp, Binder.getCallingUid(), isCallerSystemOrSystemUi());
3559 final boolean isSystemToast = isCallerSystemOrSystemUi()
4152 isCallerSystemOrSystemUi());
4288 final boolean isSystemOrSystemUi = isCallerSystemOrSystemUi();
4332 final boolean isSystemOrSystemUi = isCallerSystemOrSystemUi();
5433 final boolean isSystemOrSystemUi = isCallerSystemOrSystemUi();
5571 && isCallerSystemOrSystemUi();
5589 if (isCallerSystemOrSystemUi()) {
5673 } else if (isCallerSystemOrSystemUi()) {
[all …]
/frameworks/base/services/
Dart-wear-profile16163 HPLcom/android/server/notification/NotificationManagerService;->isCallerSystemOrSystemUi()Z