Searched refs:isUidSystem (Results 1 – 1 of 1) sorted by relevance
2526 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 NotificationManagerService3669 return isUidSystem(Binder.getCallingUid()); in isCallerSystem()