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
238 TemporaryFile temporaryFile; in TEST() local
268 TemporaryFile temporaryFile; in TEST() local
289 TemporaryFile temporaryFile; in TEST() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java227 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testWearEstimateRecordJson()
257 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testWearHistoryJson()
470 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testUidIoStatEntryJson()
673 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testUidIoStatsDeltaJson()
771 try (TemporaryFile temporaryFile = new TemporaryFile(TAG)) { in testLifetimeWriteInfoJson()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/systeminterface/
DSystemPowerControlHelperTest.java113 try (TemporaryFile temporaryFile = new TemporaryFile(POWER_STATE_FILE)) { in testSystemSupportsSuspend_NoControlFile()