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

Commit bbe1a199 authored by Hugo Benichi's avatar Hugo Benichi
Browse files

WiFi: Remove deprecated methods

Bug: 122431221
Test: Compiled
Change-Id: I66df2979cee05bf283d227a6948f0ffa42767783
parent 1b1480d0
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -205,11 +205,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();
@@ -325,11 +320,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();