Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java144 public Boolean mIsSystemNotification; field in NotificationEntry
727 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java507 if (mEntry != null && mEntry.mIsSystemNotification == null) { in cacheIsSystemNotification()
527 if (mEntry != null && mEntry.mIsSystemNotification == null) { in getIsNonblockable()
532 mEntry.mIsSystemNotification = isSystemNotification(mContext, mStatusBarNotification); in getIsNonblockable()
538 if (!isNonblockable && mEntry != null && mEntry.mIsSystemNotification != null) { in getIsNonblockable()
539 if (mEntry.mIsSystemNotification) { in getIsNonblockable()
3282 mEntry.mIsSystemNotification = result;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java271 entry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()
286 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()