Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java70 protected boolean isCallerSystemOrPhone() { in isCallerSystemOrPhone() method in TestableNotificationManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3701 if (isCallerSystemOrPhone()
4359 if (!isCallerSystemOrPhone()
5233 if (isCallerSystemOrPhone()) return;
5975 if (!isCallerSystemOrPhone()) {
10103 protected boolean isCallerSystemOrPhone() {
10109 if (isCallerSystemOrPhone()) {
10133 if (isCallerSystemOrPhone()) {
10148 if (isCallerSystemOrPhone()) {
10156 if (isCallerSystemOrPhone()) {
/aosp14/frameworks/base/services/
H A Dart-profile5197 HSPLcom/android/server/notification/NotificationManagerService;->isCallerSystemOrPhone()Z+]Lcom/and…