Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt202 importance >= IMPORTANCE_HIGH && sbn.isSystemNotification() in isSystemMax()
204 private fun StatusBarNotification.isSystemNotification() = in isSystemMax() method
DNotificationEntry.java909 public Boolean isSystemNotification() { in isSystemNotification() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java345 private static Boolean isSystemNotification( in isSystemNotification() method in ExpandableNotificationRow
349 Boolean isSystemNotification = null; in isSystemNotification() local
355 isSystemNotification = in isSystemNotification()
361 return isSystemNotification; in isSystemNotification()
521 mEntry.mIsSystemNotification = isSystemNotification(mContext, mEntry.getSbn()); in getIsNonblockable()
3292 return isSystemNotification(mContext, mEntry.getSbn());
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5977 final boolean isSystemNotification =
5983 if (!isSystemNotification && !isNotificationFromListener) {