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.java168 public Boolean mIsSystemNotification; field in NotificationEntry
814 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()
900 return mIsSystemNotification; in isSystemNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java120 mEntry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()
131 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java507 if (mEntry != null && mEntry.mIsSystemNotification == null) { in cacheIsSystemNotification()
523 if (mEntry != null && mEntry.mIsSystemNotification == null) { in getIsNonblockable()
528 mEntry.mIsSystemNotification = isSystemNotification(mContext, mEntry.getSbn()); in getIsNonblockable()
534 if (!isNonblockable && mEntry != null && mEntry.mIsSystemNotification != null) { in getIsNonblockable()
535 if (mEntry.mIsSystemNotification) { in getIsNonblockable()
3320 mEntry.mIsSystemNotification = result;