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>

得分

public void run ()

停止

public void stop ()