Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java +5 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { // again when the PUK locked SIM is re-entered. case ABSENT: { KeyguardUpdateMonitor.getInstance(getContext()).reportSimUnlocked(mSubId); // onSimStateChanged callback can fire when the SIM PIN lock is not currently // active and mCallback is null. if (mCallback != null) { mCallback.dismiss(true, KeyguardUpdateMonitor.getCurrentUser()); } break; } default: Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +5 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,11 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { // move into the READY state and the PUK lock keyguard should be removed. case READY: { KeyguardUpdateMonitor.getInstance(getContext()).reportSimUnlocked(mSubId); // mCallback can be null if onSimStateChanged callback is called when keyguard // isn't active. if (mCallback != null) { mCallback.dismiss(true, KeyguardUpdateMonitor.getCurrentUser()); } break; } default: Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPinView.java +5 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,11 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { // again when the PUK locked SIM is re-entered. case ABSENT: { KeyguardUpdateMonitor.getInstance(getContext()).reportSimUnlocked(mSubId); // onSimStateChanged callback can fire when the SIM PIN lock is not currently // active and mCallback is null. if (mCallback != null) { mCallback.dismiss(true, KeyguardUpdateMonitor.getCurrentUser()); } break; } default: Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +5 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,11 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { // move into the READY state and the PUK lock keyguard should be removed. case READY: { KeyguardUpdateMonitor.getInstance(getContext()).reportSimUnlocked(mSubId); // mCallback can be null if onSimStateChanged callback is called when keyguard // isn't active. if (mCallback != null) { mCallback.dismiss(true, KeyguardUpdateMonitor.getCurrentUser()); } break; } default: Loading