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