Loading packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java +1 −3 Original line number Diff line number Diff line Loading @@ -1348,10 +1348,8 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { */ private void handleKeyguardReset() { if (DEBUG) Log.d(TAG, "handleKeyguardReset"); if (!isUnlockingWithFingerprintAllowed()) { updateFingerprintListeningState(); } } /** * Handle {@link #MSG_KEYGUARD_BOUNCER_CHANGED} Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -1046,6 +1046,7 @@ public class KeyguardViewMediator extends SystemUI { // Without this, settings is not enabled until the lock screen first appears setShowingLocked(false); hideLocked(); mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt(); return; } Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java +1 −3 Original line number Diff line number Diff line Loading @@ -1348,10 +1348,8 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { */ private void handleKeyguardReset() { if (DEBUG) Log.d(TAG, "handleKeyguardReset"); if (!isUnlockingWithFingerprintAllowed()) { updateFingerprintListeningState(); } } /** * Handle {@link #MSG_KEYGUARD_BOUNCER_CHANGED} Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -1046,6 +1046,7 @@ public class KeyguardViewMediator extends SystemUI { // Without this, settings is not enabled until the lock screen first appears setShowingLocked(false); hideLocked(); mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt(); return; } Loading