Searched refs:checkSystemAlertWindowPermission (Results 1 – 4 of 4) sorted by relevance
838 assertFalse(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()847 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeDefaultAppOps()863 assertTrue(wifiPermissionsUtil.checkSystemAlertWindowPermission( in testCheckSystemAlertWindowPermissionWithModeAllowedAppOps()
509 public boolean checkSystemAlertWindowPermission(int callingUid, String callingPackage) { in checkSystemAlertWindowPermission() method in WifiPermissionsUtil
3655 when(mWifiPermissionsUtil.checkSystemAlertWindowPermission( in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()3663 verify(mWifiPermissionsUtil).checkSystemAlertWindowPermission(anyInt(), anyString()); in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()
862 || mWifiPermissionsUtil.checkSystemAlertWindowPermission(uid, packageName); in isTargetSdkLessThanQOrPrivileged()