Searched refs:assertActivityStarted (Results 1 – 2 of 2) sorted by relevance
177 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShareSelectedDocuments_ShowsChooser()267 mActivity.assertActivityStarted(Intent.ACTION_VIEW); in testDocumentPicked_DefaultsToView()277 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_InArchive_QuickViewable()296 mActivity.assertActivityStarted(Intent.ACTION_QUICK_VIEW); in testDocumentPicked_PreviewsWhenResourceSet()305 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesApks()314 mActivity.assertActivityStarted(DocumentsContract.ACTION_MANAGE_DOCUMENT); in testDocumentPicked_Downloads_ManagesPartialFiles()341 mActivity.assertActivityStarted(Intent.ACTION_CHOOSER); in testShowChooser()
102 public final void assertActivityStarted(String expectedAction) { in assertActivityStarted() method in TestActivity