Searched refs:incidentReportFos (Results 1 – 1 of 1) sorted by relevance
449 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceMeterStorage() local450 mPowerStatsLogger.writeMeterDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceMeterStorage()492 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceModelStorage() local493 mPowerStatsLogger.writeModelDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceModelStorage()533 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testCorruptOnDeviceResidencyStorage() local534 mPowerStatsLogger.writeResidencyDataToFile(incidentReportFos.getFD()); in testCorruptOnDeviceResidencyStorage()583 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testNotEnoughBytesAfterMeterLengthField() local584 mPowerStatsLogger.writeMeterDataToFile(incidentReportFos.getFD()); in testNotEnoughBytesAfterMeterLengthField()627 FileOutputStream incidentReportFos = new FileOutputStream(incidentReport); in testNotEnoughBytesAfterModelLengthField() local628 mPowerStatsLogger.writeModelDataToFile(incidentReportFos.getFD()); in testNotEnoughBytesAfterModelLengthField()[all …]