Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java170 public static Intent makeCreateFileIntent(String mimetype, String filename) { in makeCreateFileIntent() method in DownloadService
DCaptivePortalLoginActivity.java882 final Intent createFileIntent = DownloadService.makeCreateFileIntent( in onDownloadStart()