DeviceListMonitorTask

public class DeviceListMonitorTask
extends Object implements Runnable

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


Summary

Public methods

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

Public methods

parseDeviceListResponse

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

Parameters
result String

Returns
Map<String, IDevice.DeviceState>

run

public void run ()

stop

public void stop ()