Merge "Remove wifiConfiguration.isVisibleToUser()" into mm-wireless-dev
This commit is contained in:
committed by
Android Partner Code Review
commit
e1bdbd216f
@@ -1754,11 +1754,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