Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference
 
Test: Presubmit
Bug: 161896447

Change-Id: If0192e33d6d063c7dfda72af1509a3fbd16e3044
This commit is contained in:
Curtis Belmonte
2020-07-28 18:35:39 +00:00
parent 2d78a290d4
commit 5ef7992d3c

View File

@@ -137,7 +137,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();