Home
last modified time | relevance | path

Searched refs:createTestFile (Results 1 – 3 of 3) 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.kt230 private fun createTestFile(extension: String = ".png"): File { in createTestFile() method
268 val testFile1 = createTestFile() in makeFileUri()
269 val testFile2 = createTestFile() in makeFileUri()
384 val outTextFile = createTestFile(extension = ".$TEST_TEXT_FILE_EXTENSION") in testDirectlyOpenMimeType_cancelTask()
410 private fun createTestDirectlyOpenFile() = createTestFile(extension = ".wificonfig") in createTestDirectlyOpenFile()
440 val testFile = createTestFile(extension = ".$TEST_TEXT_FILE_EXTENSION") in testTapDoneNotification()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DSetupControllerImplTest.java128 createTestFile(mFileLocation); in setUp()
325 private static void createTestFile(String fileLocation) { in createTestFile() method in SetupControllerImplTest