Merge "Remove wifiConfiguration.isVisibleToUser()" into mm-wireless-dev
am: e1bdbd216f
* commit 'e1bdbd216fef6d1f0bb6b3c61cc95abba3e67af7':
Remove wifiConfiguration.isVisibleToUser()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user