Searched refs:ACTION_TO_RUNTIME_PERMISSION (Results 1 – 1 of 1) sorted by relevance
179 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in ActivityStackSupervisor182 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()184 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE, in ACTION_TO_RUNTIME_PERMISSION.put()186 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put()1576 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()); in startActivityLocked()1597 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction())); in startActivityLocked()1721 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action); in getActionRestrictionForCallingPackage()