Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt176 private fun createTestFile(extension: String = ".png"): File { in createTestFile() method
207 val testFile1 = createTestFile() in makeDownloadIntent()
208 val testFile2 = createTestFile() in makeDownloadIntent()
274 val testFile = createTestFile(extension = ".testtxtfile") in testTapDoneNotification()