Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java604 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem()
619 mActivity.assertActivityAsUserStarted(Intent.ACTION_QUICK_VIEW, in testPreviewItem_onOtherUser()
631 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem_archives()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DQuickViewIntentBuilder.java116 Intent intent = new Intent(Intent.ACTION_QUICK_VIEW); in build()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DActionHandlerTest.java317 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_InArchive_QuickViewable()
336 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_PreviewsWhenResourceSet()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java720 public static final String ACTION_QUICK_VIEW = "android.intent.action.QUICK_VIEW"; field in Intent
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11142 field public static final String ACTION_QUICK_VIEW = "android.intent.action.QUICK_VIEW";