Home
last modified time | relevance | path

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

/packages/services/Mms/tests/unittests/src/com/android/mms/service/metrics/
DPersistMmsAtomsStorageTest.java187 createTestFile(0L); in loadAtoms_pullTimeMissing()
202 createTestFile(100L); in loadAtoms_validContents()
251 createTestFile(START_TIME_MILLIS); in addIncomingMms_updateExistingEntries()
312 createTestFile(START_TIME_MILLIS); in getIncomingMms_tooFrequent()
326 createTestFile(START_TIME_MILLIS); in getIncomingMms_withSavedAtoms()
391 createTestFile(START_TIME_MILLIS); in addOutgoingMms_updateExistingEntries()
453 createTestFile(START_TIME_MILLIS); in getOutgoingMms_tooFrequent()
467 createTestFile(START_TIME_MILLIS); in getOutgoingMms_withSavedAtoms()
694 private void createTestFile(long lastPullTimeMillis) throws Exception { in createTestFile() method in PersistMmsAtomsStorageTest
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt243 private fun createTestFile(extension: String = ".png"): File { in createTestFile() method in com.android.captiveportallogin.DownloadServiceTest
285 val testFile1 = createTestFile() in makeFileUri()
286 val testFile2 = createTestFile() in makeFileUri()
413 val outTextFile = createTestFile(extension = ".$TEST_TEXT_FILE_EXTENSION") in testDirectlyOpenMimeType_cancelTask()
440 private fun createTestDirectlyOpenFile() = createTestFile(extension = ".wificonfig") in createTestDirectlyOpenFile()
477 val testFile = createTestFile(extension = ".$TEST_TEXT_FILE_EXTENSION") in testTapDoneNotification()