Searched refs:ACTION_TO_RUNTIME_PERMISSION (Results 1 – 1 of 1) sorted by relevance
249 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in ActivityStackSupervisor253 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()255 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()257 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put()1414 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()); in checkStartAnyActivityPermission()1435 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction())); in checkStartAnyActivityPermission()1504 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action); in getActionRestrictionForCallingPackage()