Searched defs:fileInputStream (Results 1 – 7 of 7) sorted by relevance
94 try (FileInputStream fileInputStream = mContext.openFileInput(EVENT_LOG_FILE_NAME)) { in loadEventsFromFile()117 private Event readEvent(FileInputStream fileInputStream) throws IOException { in readEvent()
102 FileInputStream fileInputStream = new FileInputStream(fd); in assertLogcatMessage() local139 FileInputStream fileInputStream = new FileInputStream(fd); in assertNoLogcatMessage() local
278 try (FileInputStream fileInputStream = openFileInput(relativeFilePath)) { in readFileAndVerify()313 try (FileInputStream fileInputStream = openFileInput(relativeFilePath)) { in writeToFileAndVerifyException()
220 FileInputStream fileInputStream = new FileInputStream(fd); in assertUserLifecycleEventLogged() local
136 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(socketOut); in checkDump() local263 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(out); in checkInOutSockets() local
445 StreamingShellOutput(FileInputStream fileInputStream, Stream<String> stream) { in StreamingShellOutput()
598 try (FileInputStream fileInputStream = new FileInputStream(tmp); in testUnbufferedIoGZipInput()