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.java117 isSystemNotification(na);
119 isSystemNotification(nb);
318 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification() method in NotificationData
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1758 final boolean isSystemNotification = isUidSystem(callingUid) || ("android".equals(pkg)); in enqueueNotificationInternal()
1767 if (!isSystemNotification && !isNotificationFromListener) { in enqueueNotificationInternal()
1864 if (!isSystemNotification) { in enqueueNotificationInternal()