Searched defs:isUidSystem (Results 1 - 1 of 1) sorted by path

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

Completed in 89 milliseconds