/packages/apps/Camera2/src_pd/com/google/common/logging/ |
D | eventprotos.java | 66 public static final int ACTION_IMAGE_CAPTURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | EditUserPhotoController.java | 205 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto() 217 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 205 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto() 217 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 205 new Intent(MediaStore.ACTION_IMAGE_CAPTURE), in canTakePhoto() 217 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in takePhoto()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | EnterpriseDefaultApps.java | 33 new Intent(MediaStore.ACTION_IMAGE_CAPTURE),
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | EnterpriseDefaultApps.java | 33 new Intent(MediaStore.ACTION_IMAGE_CAPTURE),
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | PhoneCapabilityTester.java | 102 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in isCameraIntentRegistered()
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
D | ImageCaptureIntentTest.java | 47 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | MainActivityLayout.java | 62 mIsCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in MainActivityLayout()
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
D | ImageCaptureIntentTest.java | 52 mIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); in setUp()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetter.java | 194 .addAction(MediaStore.ACTION_IMAGE_CAPTURE)
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | PhotoSelectionHandler.java | 310 final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); in getTakePhotoIntent()
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
D | LensResolverActivity.java | 331 CAPTURE_IMAGE(MediaStore.ACTION_IMAGE_CAPTURE,
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 1374 || MediaStore.ACTION_IMAGE_CAPTURE.equals(getIntent().getAction()) in isCaptureIntent() 1704 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(intentAction) in getModeIndex() 2023 case MediaStore.ACTION_IMAGE_CAPTURE: in resume() 2024 source = ForegroundSource.ACTION_IMAGE_CAPTURE; in resume()
|
D | PhotoModule.java | 2180 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in isImageCaptureIntent()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 2115 return (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)); in isImageCaptureIntent()
|