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

Commit 0100bbc4 authored by Bartosz Fabianowski's avatar Bartosz Fabianowski Committed by android-build-merger
Browse files

Merge "Remove wifiConfiguration.isVisibleToUser()" into mm-wireless-dev am: e1bdbd21

am: 3e425f6c

* commit '3e425f6c':
  Remove wifiConfiguration.isVisibleToUser()
parents b5733ec9 3e425f6c
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -1755,11 +1755,6 @@ public class WifiConfiguration implements Parcelable {
        return 0;
        return 0;
    }
    }


    /** @hide */
    public boolean isVisibleToUser(int userId) {
        return shared || (UserHandle.getUserId(creatorUid) == userId);
    }

    /** @hide */
    /** @hide */
    public void setPasspointManagementObjectTree(String passpointManagementObjectTree) {
    public void setPasspointManagementObjectTree(String passpointManagementObjectTree) {
        mPasspointManagementObjectTree = passpointManagementObjectTree;
        mPasspointManagementObjectTree = passpointManagementObjectTree;