Searched refs:oos (Results 1 – 3 of 3) sorted by relevance
2921 ObjectOutputStream oos = new ObjectOutputStream(bos); in serializeUriLists() local2922 oos.writeObject(contacts); in serializeUriLists()2923 oos.flush(); in serializeUriLists()
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()