Searched refs:mIsSystemNotification (Results 1 – 3 of 3) sorted by relevance
165 public Boolean mIsSystemNotification; field in NotificationEntry824 if (mIsSystemNotification != null && mIsSystemNotification) { in isExemptFromDndVisualSuppression()910 return mIsSystemNotification; in isSystemNotification()
120 mEntry.mIsSystemNotification = true; in testIsExemptFromDndVisualSuppression_system()131 entry.mIsSystemNotification = true; in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
496 if (mEntry != null && mEntry.mIsSystemNotification == null) { in cacheIsSystemNotification()516 if (mEntry != null && mEntry.mIsSystemNotification == null) { in getIsNonblockable()521 mEntry.mIsSystemNotification = isSystemNotification(mContext, mEntry.getSbn()); in getIsNonblockable()527 if (!isNonblockable && mEntry != null && mEntry.mIsSystemNotification != null) { in getIsNonblockable()528 if (mEntry.mIsSystemNotification) { in getIsNonblockable()3298 mEntry.mIsSystemNotification = result;