Searched refs:makeDirectlyOpenIntent (Results 1 – 1 of 1) sorted by relevance
192 startActivity(makeDirectlyOpenIntent(inputFile, mimeType));251 private Intent makeDirectlyOpenIntent(Uri inputFile, String mimeType) { in makeDirectlyOpenIntent() method in CaptivePortalLoginActivity1146 final Intent testIntent = makeDirectlyOpenIntent(uri, mimeType); in startDirectlyOpenDownload()