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()
510 public boolean checkSystemAlertWindowPermission(int callingUid, String callingPackage) { in checkSystemAlertWindowPermission() method in WifiPermissionsUtil
3811 when(mWifiPermissionsUtil.checkSystemAlertWindowPermission( in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()3819 verify(mWifiPermissionsUtil).checkSystemAlertWindowPermission(anyInt(), anyString()); in testAddOrUpdateNetworkIsAllowedForAppsWithSystemAlertPermission()
889 || mWifiPermissionsUtil.checkSystemAlertWindowPermission(uid, packageName); in isTargetSdkLessThanQOrPrivileged()