Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
DPowerStatsServiceTest.java449 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceMeterStorage() local
450 mPowerStatsLogger.writeMeterDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceMeterStorage()
492 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceModelStorage() local
493 mPowerStatsLogger.writeModelDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceModelStorage()
533 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceResidencyStorage() local
534 mPowerStatsLogger.writeResidencyDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceResidencyStorage()
583 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testNotEnoughBytesAfterMeterLengthField() local
584 mPowerStatsLogger.writeMeterDataToFile(incidentReportFos.getFD()); in testNotEnoughBytesAfterMeterLengthField()
627 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testNotEnoughBytesAfterModelLengthField() local
628 mPowerStatsLogger.writeModelDataToFile(incidentReportFos.getFD()); in testNotEnoughBytesAfterModelLengthField()
[all …]