Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java635 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()
671 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
693 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
733 mStatusBar.mDozeServiceHost.startDozing(); in testStartStopDozing()
736 mStatusBar.mDozeServiceHost.stopDozing(); in testStartStopDozing()
744 mStatusBar.mDozeServiceHost.startDozing(); in testOnStartedWakingUp_isNotDozing()
757 mStatusBar.mDozeServiceHost.startDozing(); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java362 DozeServiceHost mDozeServiceHost = new DozeServiceHost(); field in StatusBar
762 putComponent(DozeHost.class, mDozeServiceHost); in start()
894 if (mDozeServiceHost != null) { in makeStatusBarView()
895 mDozeServiceHost.firePowerSaveChanged(isPowerSave); in makeStatusBarView()
1574 mDozeServiceHost.fireNotificationPulse(); in onAmbientStateChanged()
3233 boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup() && !wakeAndUnlock) in updateDozingState()
3234 || (mDozing && mDozeServiceHost.shouldAnimateScreenOff() && sleepingFromKeyguard); in updateDozingState()
3635 mDozeServiceHost.stopDozing();
4105 return isDozing() && mDozeServiceHost.mIgnoreTouchWhilePulsing; in shouldIgnoreTouch()