[Wi-Fi] WiFi Settings inclusive language fix plan phase 2

Replace WiFi related terms which contain Blacklist,Dummy,Sane or Sanity Check wordings.
Goal: Create a fixit for Android Platform to reduce the use of non-inclusive language for all code.

Bug: 161425297
Test: make RunSettingsRoboTests -j
Change-Id: I1ff89bd2a6636ada1e0f5b9879aecbbd5dab4012
This commit is contained in:
govenliu
2020-07-22 12:41:01 +08:00
parent 8c27db4fb4
commit fec71036f7
6 changed files with 12 additions and 12 deletions

View File

@@ -846,7 +846,7 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
}
private void refreshButtons() {
// Ephemeral network won't be removed permanently, but be putted in blacklist.
// Ephemeral network won't be removed permanently, but be putted in blocklist.
mButtonsPref.setButton1Text(
mIsEphemeral ? R.string.wifi_disconnect_button_text : R.string.forget);