Searched refs:checkSystemAlertWindowPermission (Results 1 – 4 of 4) sorted by relevance
831 assertFalse(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()840 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()856 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeAllowedAppOps()
567 public boolean checkSystemAlertWindowPermission(int callingUid, String callingPackage) { in checkSystemAlertWindowPermission() method in WifiPermissionsUtil
5766 when(mWifiPermissionsUtil.checkSystemAlertWindowPermission( in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()5776 verify(mWifiPermissionsUtil).checkSystemAlertWindowPermission(anyInt(), anyString()); in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()
858 || mWifiPermissionsUtil.checkSystemAlertWindowPermission(uid, packageName); in isTargetSdkLessThanQOrPrivileged()