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

Commit 50b9e393 authored by Hai Shalom's avatar Hai Shalom
Browse files

[DPP] Rename isDppSupported to isEasyConnectSupported

Rename isDppSupported to isEasyConnectSupported to be
consistent with the rest of the API.

Bug: 123041766
Test: atest com.google.android.gts.setupwizard.DppHostTest
Test: act.py -c ../WifiDppConfig.json -tc WifiDppTest
Change-Id: I45fe54140c593b33b43fb67128c5e540859cc3ff
parent e1a40cfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29867,7 +29867,7 @@ package android.net.wifi {
    method public int getWifiState();
    method public boolean is5GHzBandSupported();
    method public boolean isDeviceToApRttSupported();
    method public boolean isDppSupported();
    method public boolean isEasyConnectSupported();
    method public boolean isEnhancedPowerReportingSupported();
    method public boolean isOweSupported();
    method public boolean isP2pSupported();
+1 −1
Original line number Diff line number Diff line
@@ -4509,7 +4509,7 @@ public class WifiManager {
     *
     * @return true if this device supports Wi-Fi Easy-connect (Device Provisioning Protocol)
     */
    public boolean isDppSupported() {
    public boolean isEasyConnectSupported() {
        return isFeatureSupported(WIFI_FEATURE_DPP);
    }