Searched refs:isWarning (Results 1 – 4 of 4) sorted by relevance
60 val isWarning: Boolean constant71 override val isWarning: Boolean = false, constant in com.android.systemui.statusbar.notification.interruption.FullScreenIntentDecisionProvider.DecisionImpl86 isWarning = true,93 isWarning = true,109 isWarning = true,
133 val isWarning in suppressed() constant in FullScreenIntentDecisionImpl134 get() = fsiDecision.isWarning in suppressed()314 logger.logFullScreenIntentDecision(decision.entry, decision, decision.isWarning) in logFullScreenIntentDecision()
332 private static void logging(String infoLog, boolean isWarning, String warningLog) { in logging() argument333 if (isWarning) { in logging()
910 boolean isWarning = warnings.contains(decision); in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()915 if (isWarning) { in logFullScreenIntentDecision_shouldAlmostAlwaysLogOneTime()