Home
last modified time | relevance | path

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

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbTestActivity.java45 private AdbDevice mAdbDevice; field in AdbTestActivity
140 mAdbDevice = new AdbDevice(this, mDeviceConnection, intf); in setAdbInterface()
142 mAdbDevice.start(); in setAdbInterface()
153 if (mDeviceConnection == null && mAdbDevice != null) { in setAdbInterface()
154 mAdbDevice.stop(); in setAdbInterface()
155 mAdbDevice = null; in setAdbInterface()