Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java213 isSystemNotification(na);
215 isSystemNotification(nb);
443 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification() method in NotificationData
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2526 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()