Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DDummyNotificationShadeWindowController.java65 public void setForceDozeBrightness(boolean forceDozeBrightness) { in setForceDozeBrightness() method in DummyNotificationShadeWindowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java373 mNotificationShadeWindowController.setForceDozeBrightness(true); in startWakeAndUnlock()
604 mNotificationShadeWindowController.setForceDozeBrightness(false); in startKeyguardFadingAway()
618 mNotificationShadeWindowController.setForceDozeBrightness(false); in resetMode()
DNotificationShadeWindowController.java564 public void setForceDozeBrightness(boolean forceDozeBrightness) { in setForceDozeBrightness() method in NotificationShadeWindowController