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

This commit is contained in:
Treehugger Robot
2020-07-28 19:51:51 +00:00
committed by Gerrit Code Review

View File

@@ -137,7 +137,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
// Sending empty PIN here to query the number of remaining PIN attempts // Sending empty PIN here to query the number of remaining PIN attempts
new CheckSimPin("", mSubId) { new CheckSimPin("", mSubId) {
void onSimCheckResponse(final PinResult result) { void onSimCheckResponse(final PinResult result) {
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();