Searched defs:ACTION_TO_RUNTIME_PERMISSION (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java179 private static final ArrayMap<String, String> ACTION_TO_RUNTIME_PERMISSION = field in class:ActivityStackSupervisor
182 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_IMAGE_CAPTURE,
184 ACTION_TO_RUNTIME_PERMISSION.put(MediaStore.ACTION_VIDEO_CAPTURE,
186 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL,
1576 + ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction());
1597 ACTION_TO_RUNTIME_PERMISSION.get(intent.getAction()));
1721 String permission = ACTION_TO_RUNTIME_PERMISSION.get(action);

Completed in 39 milliseconds