Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java106 && isSystemNotification(na);
108 && isSystemNotification(nb);
467 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification() method in NotificationData
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java351 private static Boolean isSystemNotification( in isSystemNotification() method in ExpandableNotificationRow
355 Boolean isSystemNotification = null; in isSystemNotification() local
361 isSystemNotification = in isSystemNotification()
367 return isSystemNotification; in isSystemNotification()
554 mEntry.mIsSystemNotification = isSystemNotification(mContext, mStatusBarNotification); in getIsNonblockable()
3303 return isSystemNotification(mContext, mStatusBarNotification);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5001 final boolean isSystemNotification =
5007 if (!isSystemNotification && !isNotificationFromListener) {