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.java105 && isSystemNotification(na);
107 && isSystemNotification(nb);
471 private static boolean isSystemNotification(StatusBarNotification sbn) { in isSystemNotification() method in NotificationData
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java335 private static Boolean isSystemNotification( in isSystemNotification() method in ExpandableNotificationRow
339 Boolean isSystemNotification = null; in isSystemNotification() local
345 isSystemNotification = in isSystemNotification()
351 return isSystemNotification; in isSystemNotification()
532 mEntry.mIsSystemNotification = isSystemNotification(mContext, mStatusBarNotification); in getIsNonblockable()
3276 return isSystemNotification(mContext, mStatusBarNotification);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5190 final boolean isSystemNotification =
5196 if (!isSystemNotification && !isNotificationFromListener) {