Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +1 −1 Original line number Diff line number Diff line Loading @@ -448,8 +448,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock " + " UpdateSim.onSimCheckResponse: " + " attemptsRemaining=" + result.getAttemptsRemaining()); mStateMachine.reset(); } mStateMachine.reset(); mCheckSimPukThread = null; } }); Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +1 −1 Original line number Diff line number Diff line Loading @@ -448,8 +448,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock " + " UpdateSim.onSimCheckResponse: " + " attemptsRemaining=" + result.getAttemptsRemaining()); mStateMachine.reset(); } mStateMachine.reset(); mCheckSimPukThread = null; } }); Loading