Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DImageCaptureUriExtraToClipDataTest.java72 startActivityWithAction(MediaStore.ACTION_IMAGE_CAPTURE); in testUriExtraOutputMigratedToClipData_imageCaptureIntent()
78 startActivityWithAction(MediaStore.ACTION_IMAGE_CAPTURE_SECURE); in testUriExtraOutputMigratedToClipData_imageCaptureSecureIntent()
84 startActivityWithAction(MediaStore.ACTION_VIDEO_CAPTURE); in testUriExtraOutputMigratedToClipData_videoCaptureIntent()
89 private void startActivityWithAction(String action) { in startActivityWithAction() method in ImageCaptureUriExtraToClipDataTest