Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java192 startActivity(makeDirectlyOpenIntent(inputFile, mimeType));
251 private Intent makeDirectlyOpenIntent(Uri inputFile, String mimeType) { in makeDirectlyOpenIntent() method in CaptivePortalLoginActivity
1146 final Intent testIntent = makeDirectlyOpenIntent(uri, mimeType); in startDirectlyOpenDownload()