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

Commit 4c042b8e authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Add getAvoidBadWifi to ConnectivityServiceMock

Test: atest -bi FrameworksTelephonyTests
Bug: 112869080
Change-Id: Idff594cf42cb405a1589eb88d5d96bffd8b0134b
parent 27504756
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -998,4 +998,9 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    public boolean isCallerCurrentAlwaysOnVpnLockdownApp() {
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean getAvoidBadWifi() {
        return true;
    }
}