Searched refs:healthPerms (Results 1 – 2 of 2) sorted by relevance
699 List<String> healthPerms = in testGrantingCorrectPermsPutsTheAppInPriorityList() local704 for (String perm : healthPerms) { in testGrantingCorrectPermsPutsTheAppInPriorityList()725 List<String> healthPerms = in testRevokingOnlyOneCorrectPermissionDoesntRemoveAppFromPriorityList() local730 for (String perm : healthPerms) { in testRevokingOnlyOneCorrectPermissionDoesntRemoveAppFromPriorityList()744 revokePermission(APP_A_WITH_READ_WRITE_PERMS.getPackageName(), healthPerms.get(0)); in testRevokingOnlyOneCorrectPermissionDoesntRemoveAppFromPriorityList()756 grantPermission(APP_A_WITH_READ_WRITE_PERMS.getPackageName(), healthPerms.get(0)); in testRevokingOnlyOneCorrectPermissionDoesntRemoveAppFromPriorityList()764 List<String> healthPerms = in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList() local769 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()783 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()798 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()[all …]
165 List<String> healthPerms = getGrantedHealthPermissions(packageName); in revokeAndThenGrantHealthPermissions() local169 for (String perm : healthPerms) { in revokeAndThenGrantHealthPermissions()