Searched refs:mIsSystemNotification (Results 1 – 3 of 3) sorted by relevance
144 public Boolean mIsSystemNotification; field in NotificationEntry727 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()
507 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;
271 entry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()286 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()