Searched refs:mIsSystemNotification (Results 1 – 3 of 3) sorted by relevance
168 public Boolean mIsSystemNotification; field in NotificationEntry814 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()900 return mIsSystemNotification; in isSystemNotification()
120 mEntry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()131 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
515 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;