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

Commit e211918c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents feee9563 2887ec0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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();