Searched defs:perms (Results 1 – 6 of 6) sorted by relevance
363 private void grantPermissionsToPackage(String packageName, String... perms) throws Exception { in grantPermissionsToPackage()371 private void grantPermissions(String... perms) throws Exception { in grantPermissions()375 private void revokePermissions(String... perms) throws Exception { in revokePermissions()
180 private void grantPermissions(String... perms) throws Exception { in grantPermissions()188 private void revokePermissions(String... perms) throws Exception { in revokePermissions()
57 private void grantPermissions(String... perms) throws Exception { in grantPermissions()65 private void revokePermissions(String... perms) throws Exception { in revokePermissions()
106 final List<UriPermission> perms = context.getContentResolver() in verifyOutgoingPersisted() local
456 final TestPermissionInfo[] perms = getListExceptIndex(allOfPermissions, i); in testPermissionEnforcementCommon() local545 final ArrayList<TestPermissionInfo> perms = new ArrayList<>(); in triagePermissions() local
288 final List<UriPermission> perms = getContext() in assertPersistedUriPermission() local