Home
last modified time | relevance | path

Searched refs:cameraIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java420 Intent cameraIntent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); in getCameraInfo() local
421 ApplicationInfo info = getApplicationInfoForIntent(cameraIntent, userHandle, in getCameraInfo()
430 cameraIntent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE); in getCameraInfo()
431 info = getApplicationInfoForIntent(cameraIntent, userHandle, in getCameraInfo()
438 cameraIntent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); in getCameraInfo()
439 info = getApplicationInfoForIntent(cameraIntent, userHandle, in getCameraInfo()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java239 Intent cameraIntent = IntentHelper.getCameraIntent(context); in isCameraAvailable() local
240 List<ResolveInfo> apps = pm.queryIntentActivities(cameraIntent, 0); in isCameraAvailable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java390 final Intent cameraIntent = CameraIntents.getInsecureCameraIntent(mContext); in onCameraLaunchGestureDetected() local
391 mStatusBar.startActivityDismissingKeyguard(cameraIntent, in onCameraLaunchGestureDetected()