Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
DInjectMotionTestFragment.java66 private DataOutputStream mOutStreamForShell; field in InjectMotionTestFragment
170 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()