Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java168 public Boolean mIsSystemNotification; field in NotificationEntry
814 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()
900 return mIsSystemNotification; in isSystemNotification()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java120 mEntry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()
131 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java515 if (mEntry != null && mEntry.mIsSystemNotification == null) { in cacheIsSystemNotification()
531 if (mEntry != null && mEntry.mIsSystemNotification == null) { in getIsNonblockable()
536 mEntry.mIsSystemNotification = isSystemNotification(mContext, mEntry.getSbn()); in getIsNonblockable()
542 if (!isNonblockable && mEntry != null && mEntry.mIsSystemNotification != null) { in getIsNonblockable()
543 if (mEntry.mIsSystemNotification) { in getIsNonblockable()
3460 mEntry.mIsSystemNotification = result;