Searched refs:mOutStreamForShell (Results 1 – 1 of 1) sorted by relevance
66 private DataOutputStream mOutStreamForShell; field in InjectMotionTestFragment170 if (mShellProcess == null || mOutStreamForShell == null) { in injectMotionByShell()210 mOutStreamForShell.writeBytes(sb.toString()); in injectMotionByShell()211 mOutStreamForShell.flush(); in injectMotionByShell()222 mOutStreamForShell = new DataOutputStream(mShellProcess.getOutputStream()); in openShellSession()226 mOutStreamForShell = null; in openShellSession()244 mOutStreamForShell = null; in closeShellSession()