Searched refs:ACTION_TO_RUNTIME_PERMISSION (Results 1 – 1 of 1) sorted by relevance
231 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in ActivityTaskSupervisor235 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()237 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()239 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put()1123 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()); in checkStartAnyActivityPermission()1144 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction())); in checkStartAnyActivityPermission()1313 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action); in getActionRestrictionForCallingPackage()