commit | 1aa03da058786050fc0f396af2eca34baef175d2 | [log] [tgz] |
---|---|---|
author | Curtis Belmonte <curtislb@google.com> | Tue Jul 28 20:08:12 2020 +0000 |
committer | Curtis Belmonte <curtislb@google.com> | Tue Jul 28 20:08:17 2020 +0000 |
tree | 69c247117f941a34d0e454428837ad720d96372b | |
parent | ed7662f6f6ff1e00ba46a67058cadca3eeeed825 [diff] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Change-Id: I25b5f8a2d87d8754e6536d24f986ab90a2bc69fe Test: Presubmit Bug: 161896447
diff --git a/src/com/android/settings/password/ChooseLockGeneric.java b/src/com/android/settings/password/ChooseLockGeneric.java index 2a7de05..5dc9b96 100644 --- a/src/com/android/settings/password/ChooseLockGeneric.java +++ b/src/com/android/settings/password/ChooseLockGeneric.java
@@ -761,7 +761,7 @@ * {@link DevicePolicyManager#PASSWORD_QUALITY_UNSPECIFIED} */ void updateUnlockMethodAndFinish(int quality, boolean disabled, boolean chooseLockSkipped) { - // Sanity check. We should never get here without confirming user's existing password. + // We should never get here without confirming user's existing password. if (!mPasswordConfirmed) { throw new IllegalStateException("Tried to update password without confirming it"); }