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.java633 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozing_updatesScrimController()
667 mStatusBar.mDozeServiceHost.mWakeLockScreenPerformsAuth = true; in testPulseWhileDozing_notifyAuthInterrupt()
670 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), i); in testPulseWhileDozing_notifyAuthInterrupt()
692 mStatusBar.mDozeServiceHost.pulseWhileDozing(mock(DozeHost.PulseCallback.class), in testPulseWhileDozingWithDockingReason_suppressWakeUpGesture()
732 mStatusBar.mDozeServiceHost.startDozing(); in testStartStopDozing()
735 mStatusBar.mDozeServiceHost.stopDozing(); in testStartStopDozing()
743 mStatusBar.mDozeServiceHost.startDozing(); in testOnStartedWakingUp_isNotDozing()
756 mStatusBar.mDozeServiceHost.startDozing(); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
825 mDozeServiceHost.mWakeLockScreenPerformsAuth = false; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java364 DozeServiceHost mDozeServiceHost = new DozeServiceHost(); field in StatusBar
777 putComponent(DozeHost.class, mDozeServiceHost); in start()
913 if (mDozeServiceHost != null) { in makeStatusBarView()
914 mDozeServiceHost.firePowerSaveChanged(isPowerSave); in makeStatusBarView()
1645 mDozeServiceHost.fireNotificationPulse(entry); in onHeadsUpStateChanged()
3354 boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup() && !wakeAndUnlock) in updateDozingState()
3355 || (mDozing && mDozeServiceHost.shouldAnimateScreenOff() && sleepingFromKeyguard); in updateDozingState()
3771 mDozeServiceHost.stopDozing();
4267 return isDozing() && mDozeServiceHost.mIgnoreTouchWhilePulsing; in shouldIgnoreTouch()