Searched refs:answeringReq (Results 1 – 1 of 1) sorted by relevance
/cts/tests/providerui/src/android/providerui/cts/ |
D | MediaStoreUiTest.java | 280 final Set<String> answeringReq = new HashSet<>(); in testImageCaptureWithoutLocation() local 281 answeringReq.addAll(Arrays.asList(pi.requestedPermissions)); in testImageCaptureWithoutLocation() 283 maybeGrantRuntimePermission(answeringPkg, answeringReq, CAMERA); in testImageCaptureWithoutLocation() 284 maybeGrantRuntimePermission(answeringPkg, answeringReq, ACCESS_FINE_LOCATION); in testImageCaptureWithoutLocation() 285 maybeGrantRuntimePermission(answeringPkg, answeringReq, ACCESS_COARSE_LOCATION); in testImageCaptureWithoutLocation() 286 maybeGrantRuntimePermission(answeringPkg, answeringReq, ACCESS_BACKGROUND_LOCATION); in testImageCaptureWithoutLocation() 287 maybeGrantRuntimePermission(answeringPkg, answeringReq, RECORD_AUDIO); in testImageCaptureWithoutLocation() 288 maybeGrantRuntimePermission(answeringPkg, answeringReq, READ_EXTERNAL_STORAGE); in testImageCaptureWithoutLocation() 289 maybeGrantRuntimePermission(answeringPkg, answeringReq, WRITE_EXTERNAL_STORAGE); in testImageCaptureWithoutLocation()
|