Searched refs:ACTION_TO_RUNTIME_PERMISSION (Results 1 – 1 of 1) sorted by relevance
220 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in ActivityStackSupervisor224 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()226 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()228 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put()1030 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()); in checkStartAnyActivityPermission()1051 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction())); in checkStartAnyActivityPermission()1182 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action); in getActionRestrictionForCallingPackage()