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

Commit c93ad780 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Wifi: Implement IconnectivityManager.stub function getTetherConnectedSta"

parents b8200b35 d5cf0c4b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ import static android.net.NetworkPolicyManager.RULE_ALLOW_ALL;
import static android.net.NetworkPolicyManager.RULE_REJECT_ALL;
import static android.net.NetworkPolicyManager.RULE_REJECT_METERED;

import android.net.wifi.WifiDevice;
import android.annotation.Nullable;
import android.app.AlarmManager;
import android.app.BroadcastOptions;
@@ -622,6 +623,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    public List<WifiDevice> getTetherConnectedSta() {
        throw new RuntimeException("not implemented");
    }

    public String[] getTetherableIfaces() {
        throw new RuntimeException("not implemented");
    }