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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java430 private DozeServiceHost mDozeServiceHost = new DozeServiceHost(); field in class:StatusBar
985 putComponent(DozeHost.class, mDozeServiceHost);
1117 if (mDozeServiceHost != null) {
1118 mDozeServiceHost.firePowerSaveChanged(isPowerSave);
2791 mDozeServiceHost.fireNotificationHeadsUp();
4718 boolean animate = !mDozing && mDozeServiceHost.shouldAnimateWakeup();
5286 mDozeServiceHost.stopDozing();
5690 return isDozing() && mDozeServiceHost.mIgnoreTouchWhilePulsing;

Completed in 106 milliseconds