Searched refs:mAdbDevice (Results 1 – 1 of 1) sorted by relevance
45 private AdbDevice mAdbDevice; field in AdbTestActivity140 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()