Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b54822fd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove onClockVisibilityChanged callback from KUMCallback" into...

Merge "Remove onClockVisibilityChanged callback from KUMCallback" into tm-qpr-dev am: 4718885c am: 269f893f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19289533



Change-Id: I7e194bf320cbf37cf3c30ca8b67419866809426e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 42aa2e5e 269f893f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3331,7 +3331,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
        callback.onTimeChanged();
        callback.onPhoneStateChanged(mPhoneState);
        callback.onRefreshCarrierInfo();
        callback.onClockVisibilityChanged();
        callback.onKeyguardVisibilityChangedRaw(mKeyguardIsVisible);
        callback.onTelephonyCapable(mTelephonyCapable);

+0 −6
Original line number Diff line number Diff line
@@ -110,12 +110,6 @@ public class KeyguardUpdateMonitorCallback {
     */
    public void onKeyguardDismissAnimationFinished() { }

    /**
     * Called when visibility of lockscreen clock changes, such as when
     * obscured by a widget.
     */
    public void onClockVisibilityChanged() { }

    /**
     * Called when the device becomes provisioned
     */
+1 −5
Original line number Diff line number Diff line
@@ -555,11 +555,6 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable,
            }
        }

        @Override
        public void onClockVisibilityChanged() {
            adjustStatusBarLocked();
        }

        @Override
        public void onDeviceProvisioned() {
            sendUserPresentBroadcast();
@@ -1193,6 +1188,7 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable,
            mSystemReady = true;
            doKeyguardLocked(null);
            mUpdateMonitor.registerCallback(mUpdateCallback);
            adjustStatusBarLocked();
            mDreamOverlayStateController.addCallback(mDreamOverlayStateCallback);
        }
        // Most services aren't available until the system reaches the ready state, so we