Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java225 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShareSelectedDocuments_ShowsChooser()
335 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_DefaultsToView()
345 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_InArchive_QuickViewable()
364 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_PreviewsWhenResourceSet()
374 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesApks()
384 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesPartialFiles()
394 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Recent_ManagesApks()
403 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_Home_SendsActionViewForApks()
432 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShowChooser()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java637 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem()
664 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem_archives()
673 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testPreviewItem_noQuickViewer()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java140 public final void assertActivityStarted(String expectedAction) { in assertActivityStarted() method in TestActivity