Home
last modified time | relevance | path

Searched defs:fileInputStream (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvents.java93 try (FileInputStream fileInputStream = mContext.openFileInput(EVENT_LOG_FILE_NAME)) { in loadEventsFromFile()
115 private Event readEvent(FileInputStream fileInputStream) throws IOException { in readEvent()
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java134 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(socketOut); in checkDump() local
271 FileInputStream fileInputStream = new ParcelFileDescriptor.AutoCloseInputStream(out); in checkInOutSockets() local