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.kt190 private fun createTestFile(extension: String = ".png"): File { in createTestFile() method in com.android.captiveportallogin.DownloadServiceTest
221 val testFile1 = createTestFile() in makeDownloadIntent()
222 val testFile2 = createTestFile() in makeDownloadIntent()
288 val testFile = createTestFile(extension = ".testtxtfile") in testTapDoneNotification()