Searched refs:intentBytes (Results 1 – 1 of 1) sorted by relevance
775 ByteArrayOutputStream intentBytes = new ByteArrayOutputStream(); in writeToProto() local776 ObjectOutputStream intentOut = new ObjectOutputStream(intentBytes); in writeToProto()784 intentBytes.toByteArray()); in writeToProto()853 ByteArrayInputStream intentBytes = new ByteArrayInputStream(proto.readBytes( in readFromProto() local855 ObjectInputStream intentIn = new ObjectInputStream(intentBytes); in readFromProto()