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

Commit d1e6240b authored by Adnan Begovic's avatar Adnan Begovic Committed by Steve Kondik
Browse files

settingslib: Make networkId visible.

Change-Id: I184a5f315c599270187b870a0e6ff7782709acfc
parent a708e5ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -336,6 +336,10 @@ public class AccessPoint implements Comparable<AccessPoint> {
        return str;
    }

    public int getNetworkId() {
        return networkId;
    }

    public String getConfigName() {
        if (mConfig != null && mConfig.isPasspoint()) {
            return mConfig.providerFriendlyName;