Loading cmds/bmgr/src/com/android/commands/bmgr/Bmgr.java +2 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class Bmgr { } if ("whitelist".equals(op)) { doPrintWhitelist(); doPrintAllowlist(); return; } Loading Loading @@ -873,7 +873,7 @@ public class Bmgr { } } private void doPrintWhitelist() { private void doPrintAllowlist() { try { final String[] whitelist = mBmgr.getTransportWhitelist(); if (whitelist != null) { Loading Loading
cmds/bmgr/src/com/android/commands/bmgr/Bmgr.java +2 −2 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public class Bmgr { } if ("whitelist".equals(op)) { doPrintWhitelist(); doPrintAllowlist(); return; } Loading Loading @@ -873,7 +873,7 @@ public class Bmgr { } } private void doPrintWhitelist() { private void doPrintAllowlist() { try { final String[] whitelist = mBmgr.getTransportWhitelist(); if (whitelist != null) { Loading