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 ()