Searched refs:OPSTR_SYSTEM_ALERT_WINDOW (Results 1 – 4 of 4) sorted by relevance
21 import static android.app.AppOpsManager.OPSTR_SYSTEM_ALERT_WINDOW;165 OPSTR_SYSTEM_ALERT_WINDOW)); in assertAlertWindows()210 assertTrue(AppOpsUtils.allowedOperationLogged(packageName, OPSTR_SYSTEM_ALERT_WINDOW)); in assertAlertWindows()223 AppOpsUtils.setOpMode(activityName.getPackageName(), OPSTR_SYSTEM_ALERT_WINDOW, mode); in setAlertWindowPermission() local
21 import static android.app.AppOpsManager.OPSTR_SYSTEM_ALERT_WINDOW;71 OPSTR_SYSTEM_ALERT_WINDOW, MODE_ALLOWED); in grantSystemAlertWindowAccess() local77 OPSTR_SYSTEM_ALERT_WINDOW, MODE_ERRORED); in revokeSystemAlertWindowAccess() local
24 import static android.app.AppOpsManager.OPSTR_SYSTEM_ALERT_WINDOW;175 AppOpsUtils.setOpMode(mServicePackageName, OPSTR_SYSTEM_ALERT_WINDOW, mode); in setAlertWindowPermission()
107 AppOpsManager.OPSTR_SYSTEM_ALERT_WINDOW