Searched refs:checkSystemAlertWindowPermission (Results 1 – 4 of 4) sorted by relevance
859 assertFalse(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()868 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()884 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeAllowedAppOps()
881 public boolean checkSystemAlertWindowPermission(int callingUid, String callingPackage) { in checkSystemAlertWindowPermission() method in WifiPermissionsUtil
6382 when(mWifiPermissionsUtil.checkSystemAlertWindowPermission( in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()6398 .checkSystemAlertWindowPermission(anyInt(), anyString()); in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()
1108 || (mWifiPermissionsUtil.checkSystemAlertWindowPermission(uid, packageName) in isTargetSdkLessThanQOrPrivileged()