Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -230,9 +230,13 @@ public final class DozeServiceHost implements DozeHost { mDozingRequested = true; mDozingRequested = true; updateDozing(); updateDozing(); mDozeLog.traceDozing(mStatusBarStateController.isDozing()); mDozeLog.traceDozing(mStatusBarStateController.isDozing()); // This is initialized in a CoreStartable, but binder calls from DreamManagerService can // arrive earlier if (mCentralSurfaces != null) { mCentralSurfaces.updateIsKeyguard(); mCentralSurfaces.updateIsKeyguard(); } } } } } void updateDozing() { void updateDozing() { Assert.isMainThread(); Assert.isMainThread(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeServiceHost.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -230,9 +230,13 @@ public final class DozeServiceHost implements DozeHost { mDozingRequested = true; mDozingRequested = true; updateDozing(); updateDozing(); mDozeLog.traceDozing(mStatusBarStateController.isDozing()); mDozeLog.traceDozing(mStatusBarStateController.isDozing()); // This is initialized in a CoreStartable, but binder calls from DreamManagerService can // arrive earlier if (mCentralSurfaces != null) { mCentralSurfaces.updateIsKeyguard(); mCentralSurfaces.updateIsKeyguard(); } } } } } void updateDozing() { void updateDozing() { Assert.isMainThread(); Assert.isMainThread(); Loading