Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4177aa85 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Update language to comply with Android's inclusive language...

Merge "Merge "Update language to comply with Android's inclusive language guidance" am: 17867fdf am: 0071fe02 am: 47ae97cf am: 70b92048 am: 0b4e6a60"
parents 863eee98 2eaa20a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
        // Sending empty PIN here to query the number of remaining PIN attempts
        new CheckSimPin("", mSubId) {
            void onSimCheckResponse(final PinResult result) {
                Log.d(LOG_TAG, "onSimCheckResponse " + " dummy One result "
                Log.d(LOG_TAG, "onSimCheckResponse " + " empty One result "
                        + result.toString());
                if (result.getAttemptsRemaining() >= 0) {
                    mRemainingAttempts = result.getAttemptsRemaining();