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

Commit 8c28eafd authored by govenliu's avatar govenliu
Browse files

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

Replace WiFi related terms which contain Dummy wording in SettingsLib.
Goal: Create a fixit for Android Platform to reduce the use of non-inclusive language for all code.

Bug: 161425297
Test: atest com.android.settingslib.wifi.AccessPointTest
Change-Id: I388bc9d97d5ea1aa1cb5adae3d8381239becf8f9
parent 9dd69675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,8 +108,8 @@ public class TestAccessPointBuilder {
    public TestAccessPointBuilder setActive(boolean active) {
        if (active) {
            mNetworkInfo = new NetworkInfo(
                ConnectivityManager.TYPE_DUMMY,
                ConnectivityManager.TYPE_DUMMY,
                ConnectivityManager.TYPE_WIFI,
                ConnectivityManager.TYPE_WIFI,
                "TestNetwork",
                "TestNetwork");
        } else {