Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 161896447
Test: robotest & manual
Change-Id: Ibe64a68d7bddf84780dfac33555c097ff55c97a8
This commit is contained in:
Edgar Wang
2020-07-29 14:57:34 +08:00
parent 82450ec7f4
commit 8829e515ca
10 changed files with 12 additions and 13 deletions

View File

@@ -426,7 +426,7 @@ public class SettingsSliceProvider extends SliceProvider {
try {
KEY_VALUE_LIST_PARSER.setString(value);
} catch (IllegalArgumentException e) {
Log.e(TAG, "Bad Settings Slices Whitelist flags", e);
Log.e(TAG, "Bad Settings Slices Allowlist flags", e);
return set;
}