DeviceListMonitorTask

public class DeviceListMonitorTask
extends Object implements Runnable

java.lang.Object
   ↳ com.android.tradefed.device.server.DeviceListMonitorTask


摘要

公共方法

static Map<String, IDevice.DeviceState> parseDeviceListResponse(String result)
void run()
void stop()

公共方法

parseDeviceListResponse

public static Map<String, IDevice.DeviceState> parseDeviceListResponse (String result)

参数
result String

返回
Map<String, IDevice.DeviceState>

run

public void run ()

停止

public void stop ()