Searched refs:mShellProcess (Results 1 – 1 of 1) sorted by relevance
65 private java.lang.Process mShellProcess; field in InjectMotionTestFragment170 if (mShellProcess == null || mOutStreamForShell == null) { in injectMotionByShell()221 mShellProcess = Runtime.getRuntime().exec(SHELL_CMD); in openShellSession()222 mOutStreamForShell = new DataOutputStream(mShellProcess.getOutputStream()); in openShellSession()225 mShellProcess = null; in openShellSession()231 if (mShellProcess == null) { in closeShellSession()236 mShellProcess.getErrorStream().close(); in closeShellSession()237 mShellProcess.getInputStream().close(); in closeShellSession()238 mShellProcess.getOutputStream().close(); in closeShellSession()239 mShellProcess.waitFor(); in closeShellSession()[all …]