Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { void onSimLockChangedResponse(final PinResult result) { void onSimLockChangedResponse(final PinResult result) { if (result == null) Log.e(LOG_TAG, "onSimCheckResponse, pin result is NULL"); if (result == null) Log.e(LOG_TAG, "onSimCheckResponse, pin result is NULL"); else { else { Log.d(LOG_TAG, "onSimCheckResponse " + " dummy One result " Log.d(LOG_TAG, "onSimCheckResponse " + " empty One result " + result.toString()); + result.toString()); if (result.getAttemptsRemaining() >= 0) { if (result.getAttemptsRemaining() >= 0) { mRemainingAttempts = result.getAttemptsRemaining(); mRemainingAttempts = result.getAttemptsRemaining(); Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPukView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView { void onSimLockChangedResponse(final PinResult result) { void onSimLockChangedResponse(final PinResult result) { if (result == null) Log.e(LOG_TAG, "onSimCheckResponse, pin result is NULL"); if (result == null) Log.e(LOG_TAG, "onSimCheckResponse, pin result is NULL"); else { else { Log.d(LOG_TAG, "onSimCheckResponse " + " dummy One result " Log.d(LOG_TAG, "onSimCheckResponse " + " empty One result " + result.toString()); + result.toString()); if (result.getAttemptsRemaining() >= 0) { if (result.getAttemptsRemaining() >= 0) { mRemainingAttempts = result.getAttemptsRemaining(); mRemainingAttempts = result.getAttemptsRemaining(); Loading