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

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

wifi: remove @Deprecated APIs

Bug: 122431221
Test: Compiled.
Change-Id: Iec44112618f3bd57e3e8047edff512f741779766
parent e9363d6d
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -289,18 +289,6 @@ public class BaseWifiService extends IWifiManager.Stub {
        throw new UnsupportedOperationException();
    }

    /** @deprecated replaced by {@link #startLocalOnlyHotspot(ILocalOnlyHotspotCallback, String)} */
    @Deprecated
    public int startLocalOnlyHotspot(Messenger messenger, IBinder binder, String packageName) {
        throw new UnsupportedOperationException();
    }

    /** @deprecated replaced by newer signature */
    @Deprecated
    public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName) {
        return startLocalOnlyHotspot(callback, packageName, null, null);
    }

    @Override
    public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName,
            String featureId, SoftApConfiguration customConfig) {
@@ -312,12 +300,6 @@ public class BaseWifiService extends IWifiManager.Stub {
        throw new UnsupportedOperationException();
    }

    /** @deprecated replaced by {@link #startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback)} */
    @Deprecated
    public void startWatchLocalOnlyHotspot(Messenger messenger, IBinder binder) {
        throw new UnsupportedOperationException();
    }

    @Override
    public void startWatchLocalOnlyHotspot(ILocalOnlyHotspotCallback callback) {
        throw new UnsupportedOperationException();