Searched refs:isSystemNotification (Results 1 – 2 of 2) sorted by relevance
213 isSystemNotification(na);215 isSystemNotification(nb);443 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification() method in NotificationData
2526 final boolean isSystemNotification = isUidSystem(callingUid) || ("android".equals(pkg)); in enqueueNotificationInternal()2557 if (!isSystemNotification && !isNotificationFromListener) { in enqueueNotificationInternal()2649 final boolean isSystemNotification = isUidSystem(callingUid) || in run()2676 if (!isSystemNotification) { in run()