Searched refs:onDeviceStorageFos (Results 1 – 1 of 1) sorted by relevance
443 FileOutputStream onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testCorruptOnDeviceMeterStorage() local444 onDeviceStorageFos.write(bytes); in testCorruptOnDeviceMeterStorage()445 onDeviceStorageFos.close(); in testCorruptOnDeviceMeterStorage()486 FileOutputStream onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testCorruptOnDeviceModelStorage() local487 onDeviceStorageFos.write(bytes); in testCorruptOnDeviceModelStorage()488 onDeviceStorageFos.close(); in testCorruptOnDeviceModelStorage()527 FileOutputStream onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testCorruptOnDeviceResidencyStorage() local528 onDeviceStorageFos.write(bytes); in testCorruptOnDeviceResidencyStorage()529 onDeviceStorageFos.close(); in testCorruptOnDeviceResidencyStorage()577 FileOutputStream onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testNotEnoughBytesAfterMeterLengthField() local[all …]