Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {