Loading packages/Keyguard/src/com/android/keyguard/KeyguardSimPinView.java +1 −2 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { private void handleSubInfoChangeIfNeeded() { long subId = mKgUpdateMonitor.getSimPinLockSubId(); if (subId != mSubId) { if (SubscriptionManager.isValidSubId(subId) && (subId != mSubId)) { mSubId = subId; handleSubInfoChange(); } Loading Loading @@ -389,7 +389,6 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { mRemainingAttempts, true), true); return; } mSecurityMessageDisplay.setMessage(R.string.kg_sim_pin_instructions, true); new CheckSimPin("") { void onSimCheckResponse(final int result, final int attemptsRemaining) { Log.d(LOG_TAG, "onSimCheckResponse " + " dummy One result" + result + Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardSimPinView.java +1 −2 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { private void handleSubInfoChangeIfNeeded() { long subId = mKgUpdateMonitor.getSimPinLockSubId(); if (subId != mSubId) { if (SubscriptionManager.isValidSubId(subId) && (subId != mSubId)) { mSubId = subId; handleSubInfoChange(); } Loading Loading @@ -389,7 +389,6 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView { mRemainingAttempts, true), true); return; } mSecurityMessageDisplay.setMessage(R.string.kg_sim_pin_instructions, true); new CheckSimPin("") { void onSimCheckResponse(final int result, final int attemptsRemaining) { Log.d(LOG_TAG, "onSimCheckResponse " + " dummy One result" + result + Loading