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

Commit 3e425f6c 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

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

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

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