Merge "Update language to comply with Android's inclusive language guidance" am: 17867fdf87 am: 0071fe0249 am: 47ae97cf2a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373531

Change-Id: If0e9adfcde9366be80deff6de364e1804fb9f4f0
This commit is contained in:
Treehugger Robot
2020-07-28 20:35:02 +00:00
committed by Automerger Merge Worker

View File

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