Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DLogcatReceiver.java29 private BackgroundDeviceAction mDeviceAction; field in LogcatReceiver
48 mDeviceAction = new BackgroundDeviceAction(logcatCmd, LOGCAT_DESC, device, in LogcatReceiver()
64 mDeviceAction.start(); in start()
69 mDeviceAction.cancel(); in stop()
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogReceiver.java27 private BackgroundDeviceAction mDeviceAction; field in LogReceiver
48 mDeviceAction = new BackgroundDeviceAction(cmd, desc, device, in LogReceiver()
58 mDeviceAction.start(); in start()
62 mDeviceAction.cancel(); in stop()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGenericLogcatEventParser.java57 private BackgroundDeviceAction mDeviceAction; field in GenericLogcatEventParser
213 mDeviceAction = in start()
215 mDeviceAction.start(); in start()
222 if (mDeviceAction != null) { in close()
223 mDeviceAction.cancel(); in close()