Home
last modified time | relevance | path

Searched refs:LOCATION_PERMISSIONS (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DPermissionUtils.java58 private static final Set<String> LOCATION_PERMISSIONS = new HashSet<String>(); field in PermissionUtils
63 LOCATION_PERMISSIONS.add(Manifest.permission.ACCESS_FINE_LOCATION);
64 LOCATION_PERMISSIONS.add(Manifest.permission.ACCESS_BACKGROUND_LOCATION);
65 LOCATION_PERMISSIONS.add(Manifest.permission.ACCESS_COARSE_LOCATION);
111 if (LOCATION_PERMISSIONS.contains(permission) in launchActivityAndRequestPermission()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java79 private static final Set<String> LOCATION_PERMISSIONS = Sets.newHashSet( field in PermissionsTest
417 if (LOCATION_PERMISSIONS.contains(sensorPermission)) { in revokePermission()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPermissionGrantTest.java91 private static final ImmutableSet<String> LOCATION_PERMISSIONS = ImmutableSet.of( field in PermissionGrantTest
631 for (String permission : LOCATION_PERMISSIONS) { in grantLocationPermission_userNotified()