Searched refs:lc_os (Results 1 – 1 of 1) sorted by relevance
44 private ByteArrayOutputStream lc_os; field in JvmtiRunTestBasedTest.TeeLogcatOutputStream46 this.lc_os = new ByteArrayOutputStream(); in TeeLogcatOutputStream()52 lc_os.flush(); in write()53 Log.i(mActivity.getPackageName(), "Test Output: " + lc_os.toString()); in write()54 lc_os.reset(); in write()56 lc_os.write(b); in write()62 lc_os.close(); in close()66 lc_os.flush(); in flush()