Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +0 −1 Original line number Diff line number Diff line Loading @@ -3347,7 +3347,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab callback.onTimeChanged(); callback.onPhoneStateChanged(mPhoneState); callback.onRefreshCarrierInfo(); callback.onClockVisibilityChanged(); callback.onKeyguardVisibilityChangedRaw(mKeyguardIsVisible); callback.onTelephonyCapable(mTelephonyCapable); Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitorCallback.java +0 −6 Original line number Diff line number Diff line Loading @@ -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 */ Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −5 Original line number Diff line number Diff line Loading @@ -555,11 +555,6 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable, } } @Override public void onClockVisibilityChanged() { adjustStatusBarLocked(); } @Override public void onDeviceProvisioned() { sendUserPresentBroadcast(); Loading Loading @@ -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 Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +0 −1 Original line number Diff line number Diff line Loading @@ -3347,7 +3347,6 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab callback.onTimeChanged(); callback.onPhoneStateChanged(mPhoneState); callback.onRefreshCarrierInfo(); callback.onClockVisibilityChanged(); callback.onKeyguardVisibilityChangedRaw(mKeyguardIsVisible); callback.onTelephonyCapable(mTelephonyCapable); Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitorCallback.java +0 −6 Original line number Diff line number Diff line Loading @@ -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 */ Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −5 Original line number Diff line number Diff line Loading @@ -555,11 +555,6 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable, } } @Override public void onClockVisibilityChanged() { adjustStatusBarLocked(); } @Override public void onDeviceProvisioned() { sendUserPresentBroadcast(); Loading Loading @@ -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 Loading