Home
last modified time | relevance | path

Searched refs:isDeviceOrProfileOwner (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardWifiEntry.java460 && Utils.isDeviceOrProfileOwner(wifiConfig.creatorUid, in canShare()
500 && Utils.isDeviceOrProfileOwner(wifiConfig.creatorUid, in canEasyConnect()
DUtils.java1029 public static boolean isDeviceOrProfileOwner(int uid, String packageName, Context context) { in isDeviceOrProfileOwner() method in Utils