Searched refs:ACTION_IMAGE_CAPTURE_SECURE (Results 1 – 6 of 6) sorted by relevance
67 public static final int ACTION_IMAGE_CAPTURE_SECURE = 10000; field in eventprotos.ForegroundEvent.ForegroundSource
185 public static final String ACTION_IMAGE_CAPTURE_SECURE = field in CameraActivity1374 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(getIntent().getAction())) { in isCaptureIntent()1567 || ACTION_IMAGE_CAPTURE_SECURE.equals(action)) { in onCreateTasks()1705 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) { in getModeIndex()1710 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) { in getModeIndex()2048 case MediaStore.ACTION_IMAGE_CAPTURE_SECURE: in resume()2049 source = ForegroundSource.ACTION_IMAGE_CAPTURE_SECURE; in resume()
2181 || CameraActivity.ACTION_IMAGE_CAPTURE_SECURE.equals(action)); in isImageCaptureIntent()
63 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(action) in MainActivityLayout()
28 …field public static final String ACTION_IMAGE_CAPTURE_SECURE = "android.media.action.IMAGE_CAPTURE…
525 public static final String ACTION_IMAGE_CAPTURE_SECURE = field in MediaStore