Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2526 final boolean isSystemNotification = isUidSystem(callingUid) || ("android".equals(pkg)); in enqueueNotificationInternal()
2649 final boolean isSystemNotification = isUidSystem(callingUid) || in run()
3663 private static boolean isUidSystem(int uid) { in isUidSystem() method in NotificationManagerService
3669 return isUidSystem(Binder.getCallingUid()); in isCallerSystem()