Home
last modified time | relevance | path

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

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