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

Commit 03e4bc1e authored by Peter Qiu's avatar Peter Qiu Committed by android-build-merger
Browse files

wifi: remove unused hidden Hotspot 2.0 Release 1 API am: 1c3054ea am: 1b39c61c

am: 13470694

Change-Id: If04a8f9005b69b9f4f38c2e0ea38b7bc6162397e
parents 99698625 13470694
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -127,8 +127,6 @@ interface IWifiManager

    WifiConfiguration getWifiApConfiguration();

    WifiConfiguration buildWifiConfig(String uriString, String mimeType, in byte[] data);

    void setWifiApConfiguration(in WifiConfiguration wifiConfig);

    Messenger getWifiServiceMessenger();
+0 −14
Original line number Diff line number Diff line
@@ -1597,20 +1597,6 @@ public class WifiManager {
        }
    }

    /**
     * Builds a WifiConfiguration from Hotspot 2.0 MIME file.
     * @return AP details in WifiConfiguration
     *
     * @hide Dont open yet
     */
    public WifiConfiguration buildWifiConfig(String uriString, String mimeType, byte[] data) {
        try {
            return mService.buildWifiConfig(uriString, mimeType, data);
        } catch (RemoteException e) {
            throw e.rethrowFromSystemServer();
        }
    }

    /**
     * Sets the Wi-Fi AP Configuration.
     * @return {@code true} if the operation succeeded, {@code false} otherwise