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()
507 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;