Home
last modified time | relevance | path

Searched refs:healthPerms (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/device/src/android/healthconnect/cts/device/
DHealthConnectDeviceTest.java699 List<String> healthPerms = in testGrantingCorrectPermsPutsTheAppInPriorityList() local
704 for (String perm : healthPerms) { in testGrantingCorrectPermsPutsTheAppInPriorityList()
725 List<String> healthPerms = in testRevokingOnlyOneCorrectPermissionDoesntRemoveAppFromPriorityList() local
730 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() local
769 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()
783 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()
798 for (String perm : healthPerms) { in testRevokingAllCorrectPermissionsRemovesAppFromPriorityList()
[all …]
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/
DPermissionHelper.java165 List<String> healthPerms = getGrantedHealthPermissions(packageName); in revokeAndThenGrantHealthPermissions() local
169 for (String perm : healthPerms) { in revokeAndThenGrantHealthPermissions()