Searched defs:fileInputStream (Results 1 – 2 of 2) sorted by relevance
93 try (FileInputStream fileInputStream = mContext.openFileInput(EVENT_LOG_FILE_NAME)) { in loadEventsFromFile()115 private Event readEvent(FileInputStream fileInputStream) throws IOException { in readEvent()
134 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(socketOut); in checkDump() local271 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(out); in checkInOutSockets() local