Searched refs:contentIn (Results 1 – 1 of 1) sorted by relevance
210 public void writeMetadataAndContent(JSONObject meta, ParcelFileDescriptor contentIn) in writeMetadataAndContent() argument223 if (contentIn != null) { in writeMetadataAndContent()226 f, new FileInputStream(contentIn.getFileDescriptor())); in writeMetadataAndContent()232 contentIn.checkError(); in writeMetadataAndContent()