Home
last modified time | relevance | path

Searched refs:logNoPulsingNoAlert (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImpl.java518 if (log) mLogger.logNoPulsingNoAlert(entry); in shouldHeadsUpWhenDozing()
523 if (log) mLogger.logNoPulsingNoAlert(entry); in shouldHeadsUpWhenDozing()
DNotificationInterruptLogger.kt234 fun logNoPulsingNoAlert(entry: NotificationEntry) { in logNoPulsingNoAlert() method