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

Commit 68351256 authored by Hugo Benichi's avatar Hugo Benichi Committed by Android (Google) Code Review
Browse files

Merge "WiFi: Remove deprecated methods"

parents 6b38e9ee bbe1a199
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -206,11 +206,6 @@ public class BaseWifiService extends IWifiManager.Stub {
        throw new UnsupportedOperationException();
    }

    /** @removed */
    public void setCountryCode(String country) {
        throw new UnsupportedOperationException();
    }

    @Override
    public String getCountryCode() {
        throw new UnsupportedOperationException();
@@ -338,11 +333,6 @@ public class BaseWifiService extends IWifiManager.Stub {
        throw new UnsupportedOperationException();
    }

    /** @removed */
    public Messenger getWifiServiceMessenger(String packageName) {
        throw new UnsupportedOperationException();
    }

    @Override
    public void enableTdls(String remoteIPAddress, boolean enable) {
        throw new UnsupportedOperationException();