Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
DInjectMotionTestFragment.java65 private java.lang.Process mShellProcess; field in InjectMotionTestFragment
170 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 …]