Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
H A DResultStoreTest.java123 File fileFoo = new File(mTestInterimResultDir, "foo"); in testPutInterimResultAndFlushToDisk_shouldWriteDirtyResultsOnly() local
125 writeBundleToFile(fileFoo, TEST_INTERIM_BUNDLE); in testPutInterimResultAndFlushToDisk_shouldWriteDirtyResultsOnly()
132 fileFoo.delete(); // delete the clean file from the file system in testPutInterimResultAndFlushToDisk_shouldWriteDirtyResultsOnly()
136 assertThat(fileFoo.exists()).isFalse(); in testPutInterimResultAndFlushToDisk_shouldWriteDirtyResultsOnly()