Home
last modified time | relevance | path

Searched defs:temporaryFile (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationXmlHelperTest.cpp190 TemporaryFile temporaryFile; in TEST() local
236 TemporaryFile temporaryFile; in TEST() local
264 TemporaryFile temporaryFile; in TEST() local
283 TemporaryFile temporaryFile; in TEST() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java228 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testWearEstimateRecordJson()
258 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testWearHistoryJson()
471 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testUidIoStatEntryJson()
661 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testUidIoStatsDeltaJson()
756 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testLifetimeWriteInfoJson()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DSystemPowerControlHelperTest.java124 try (TemporaryFile temporaryFile = new TemporaryFile(POWER_STATE_FILE)) { in testSystemSupportsSuspend_NoControlFile()