Merge "Update language to comply with Android's inclusive language guidance" am: 17867fdf87
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373531 Change-Id: I6d77fea8fa1688d2883be492f8d5f5550e52d1a4
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user