Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java487 final Intent fileIntent = Intents.getIntents().get(0); in testDownload() local
488 assertEquals(ACTION_CREATE_DOCUMENT, fileIntent.getAction()); in testDownload()
489 assertEquals(mimetype, fileIntent.getType()); in testDownload()
490 assertEquals(filename, fileIntent.getStringExtra(Intent.EXTRA_TITLE)); in testDownload()