Home
last modified time | relevance | path

Searched refs:dumpstate_board_bin_file (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/tests/hal/dumpstate/1.1/src/com/android/trout/dumpstate/tests/
DDumpstateE2eTests.java58 File dumpstate_board_bin_file = mTempFolder.newFile(); in testDumpstateBoard() local
63 new FileOutputStream(dumpstate_board_bin_file.getPath());) { in testDumpstateBoard()
76 Assert.assertNotEquals(0, dumpstate_board_bin_file.length()); in testDumpstateBoard()
79 new FileInputStream(dumpstate_board_bin_file.getPath()); in testDumpstateBoard()