Searched defs:fileStream (Results 1 – 4 of 4) sorted by relevance
67 private val fileStream = ByteArrayOutputStream() constant in com.android.systemui.dump.LogEulogizerTest
154 try (FileInputStream fileStream = new FileInputStream(fileName)) { in createXmlParserForFile()
277 FileOutputStream fileStream = null; in writeXmlToFile() local
4795 InputStream fileStream = Files.newInputStream(pictureToUpload); in uploadCallComposerPicture() local