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.java200 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShareSelectedDocuments_ShowsChooser()
299 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_DefaultsToView()
309 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_InArchive_QuickViewable()
328 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_PreviewsWhenResourceSet()
337 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesApks()
346 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_Home_SendsActionViewForApks()
355 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesPartialFiles()
384 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShowChooser()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DTestActivity.java110 public final void assertActivityStarted(String expectedAction) { in assertActivityStarted() method in TestActivity
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java546 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem()