Searched refs:assertActivityStarted (Results 1 – 3 of 3) sorted by relevance
197 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShareSelectedDocuments_ShowsChooser()307 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_DefaultsToView()317 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_InArchive_QuickViewable()336 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_PreviewsWhenResourceSet()346 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesApks()356 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesPartialFiles()366 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Recent_ManagesApks()375 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_Home_SendsActionViewForApks()404 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShowChooser()
604 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem()631 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testPreviewItem_archives()640 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testPreviewItem_noQuickViewer()
140 public final void assertActivityStarted(String expectedAction) { in assertActivityStarted() method in TestActivity