Home
last modified time | relevance | path

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

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java109 protected boolean isCallingUidSystem() { in isCallingUidSystem() method in NotificationManagerServiceTest.TestableNotificationManagerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1567 final int mustNotHaveFlags = isCallingUidSystem() ? 0 :
4747 protected boolean isCallingUidSystem() { in isCallingUidSystem() method in NotificationManagerService