Searched refs:ACTION_TO_RUNTIME_PERMISSION (Results 1 – 1 of 1) sorted by relevance
221 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in ActivityStackSupervisor225 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()227 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()229 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put()1033 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()); in checkStartAnyActivityPermission()1054 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction())); in checkStartAnyActivityPermission()1185 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action); in getActionRestrictionForCallingPackage()