Searched refs:specialOps (Results 1 – 1 of 1) sorted by relevance
392 private void testPermissionEnforcementCommon(int type, String[] specialOps) throws Exception { in testPermissionEnforcementCommon() argument414 triagePermissions(specialOps)); in testPermissionEnforcementCommon()592 final SpecialPermissionOp[] specialOps = Arrays.stream(permissions) in grantPermissions() local610 if (!ArrayUtils.isEmpty(specialOps)) { in grantPermissions()611 for (SpecialPermissionOp op : specialOps) { in grantPermissions()629 final SpecialPermissionOp[] specialOps = Arrays.stream(permissions) in resetPermissions() local637 if (!ArrayUtils.isEmpty(specialOps)) { in resetPermissions()638 for (SpecialPermissionOp op : specialOps) { in resetPermissions()