Skip to content
Snippets Groups Projects
Commit c9c754ad authored by Chan Kim's avatar Chan Kim
Browse files

Update language to comply with Android's inclusive language guidance

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

For this round, the fixes are only applied to the following to minimize breaking dependencies:
  * comments (excluding javaDoc annotations)
	* private constants
	* private functions
	* parameters within functions

BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations.
No-Typo-Check: Changes focused on inclusive language violations.
BUG: 295342157
Change-Id: Iacc0ea9fc848b15048978637bdc25136582433ef
parent 7e2b5c0d
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ public class Bmgr {
}
if ("whitelist".equals(op)) {
doPrintWhitelist();
doPrintAllowlist();
return;
}
......@@ -873,7 +873,7 @@ public class Bmgr {
}
}
private void doPrintWhitelist() {
private void doPrintAllowlist() {
try {
final String[] whitelist = mBmgr.getTransportWhitelist();
if (whitelist != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment