Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java70 static final String ARG_DISPLAY_NAME = "displayname"; field in DownloadService
158 intent.putExtra(ARG_DISPLAY_NAME, displayName); in makeDownloadIntent()
208 final String filename = intent.getStringExtra(ARG_DISPLAY_NAME); in onStartCommand()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java588 assertEquals(filename, dlIntent.getStringExtra(DownloadService.ARG_DISPLAY_NAME)); in testDownload()