Searched refs:isSystemNotification (Results 1 – 4 of 4) sorted by relevance
202 importance >= IMPORTANCE_HIGH && sbn.isSystemNotification() in isSystemMax()204 private fun StatusBarNotification.isSystemNotification() = in isSystemMax() method
909 public Boolean isSystemNotification() { in isSystemNotification() method in NotificationEntry
345 private static Boolean isSystemNotification( in isSystemNotification() method in ExpandableNotificationRow349 Boolean isSystemNotification = null; in isSystemNotification() local355 isSystemNotification = in isSystemNotification()361 return isSystemNotification; in isSystemNotification()521 mEntry.mIsSystemNotification = isSystemNotification(mContext, mEntry.getSbn()); in getIsNonblockable()3292 return isSystemNotification(mContext, mEntry.getSbn());
5977 final boolean isSystemNotification =5983 if (!isSystemNotification && !isNotificationFromListener) {