Home
last modified time | relevance | path

Searched defs:makeDownloadIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt247 private fun makeDownloadIntent(testFile: File) = DownloadService.makeDownloadIntent( regex
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DDownloadService.java152 public static Intent makeDownloadIntent(Context packageContext, Network network, in makeDownloadIntent() method in DownloadService