Home
last modified time | relevance | path

Searched refs:ACTION_IMAGE_CAPTURE (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java187 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto()
199 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1309 || MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent()
1579 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction())) { in getModeIndex()
1754 case MediaStore.ACTION_IMAGE_CAPTURE: in onResumeTasks()
1755 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in onResumeTasks()
DCaptureModule.java311 mIsImageCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in init()
DPhotoModule.java2333 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)
/packages/apps/Camera2/src_pd/com/google/common/logging/
Deventprotos.java65 public static final int ACTION_IMAGE_CAPTURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneCapabilityTester.java102 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in isCameraIntentRegistered()
/packages/apps/Camera/tests/src/com/android/camera/functional/
DImageCaptureIntentTest.java47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
/packages/apps/Camera2/tests/src/com/android/camera/functional/
DImageCaptureIntentTest.java47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
/packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
DImageCaptureIntentTest.java47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
/packages/apps/Camera2/src/com/android/camera/ui/
DMainActivityLayout.java64 mIsCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in MainActivityLayout()
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
DImageCaptureIntentTest.java52 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
/packages/apps/Browser/src/com/android/browser/
DUploadHandler.java173 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in createCameraIntent()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DCrossProfileIntentFiltersHelper.java187 capture.addAction(MediaStore.ACTION_IMAGE_CAPTURE); in setFilters()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java294 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageUtils.java522 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in capturePicture()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java2102 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)); in isImageCaptureIntent()
/packages/apps/Camera/src/com/android/camera/
DPhotoModule.java2233 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in isImageCaptureIntent()