Searched refs:oos (Results 1 – 2 of 2) sorted by relevance
2960 ObjectOutputStream oos = new ObjectOutputStream(baos); in writeSerializable() local2961 oos.writeObject(s); in writeSerializable()2962 oos.close(); in writeSerializable()
2814 ObjectOutputStream oos = new ObjectOutputStream(fos); in updateStorageWriteRecords() local2816 oos.writeInt(sSmartIdleMaintPeriod); in updateStorageWriteRecords()2817 oos.writeObject(mStorageWriteRecords); in updateStorageWriteRecords()