Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt83 private var hardDozeAmountOverrideSource: String = "n/a" variable
333 hardDozeAmountOverrideSource = source in setHardDozeAmountOverride()
342 hardDozeAmountOverrideSource = "Cleared: $hardDozeAmountOverrideSource" in clearHardDozeAmountOverride()
644 pw.println("hardDozeAmountOverrideSource: $hardDozeAmountOverrideSource") in shouldAnimateVisibility()