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.java575 final Intent fileIntent = Intents.getIntents().get(0); in testDownload() local
576 assertEquals(ACTION_CREATE_DOCUMENT, fileIntent.getAction()); in testDownload()
577 assertEquals(mimetype, fileIntent.getType()); in testDownload()
578 assertEquals(filename, fileIntent.getStringExtra(Intent.EXTRA_TITLE)); in testDownload()