Merge "Remove wifiConfiguration.isVisibleToUser()" into mm-wireless-dev am: e1bdbd216f
am: 3e425f6c4b
* commit '3e425f6c4be3fc30695473329c6364abfe69a059':
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