Merge "Update language to comply with Android's inclusive language guidance" am: e211918c69
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1373837 Change-Id: I2aa0d077920614b34042a4e74272950a3f2778d3
This commit is contained in:
@@ -191,7 +191,7 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView {
|
||||
void onSimLockChangedResponse(final PinResult result) {
|
||||
if (result == null) Log.e(LOG_TAG, "onSimCheckResponse, pin result is NULL");
|
||||
else {
|
||||
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