DeviceMonitor.DeviceListComparisonResult

public static class DeviceMonitor.DeviceListComparisonResult
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.server.DeviceMonitor.DeviceListComparisonResult


Tóm tắt

Trường

public final List<IDevice> added

public final List<IDevice> removed

public final Map<IDeviceIDevice.DeviceState> updated

Phương thức công khai

static DeviceMonitor.DeviceListComparisonResult compare(List<? extends IDevice> previous, List<? extends IDevice> current)

Trường

đã thêm

public final List<IDevice> added

đã xóa

public final List<IDevice> removed

đã cập nhật

public final Map<IDeviceIDevice.DeviceState> updated

Phương thức công khai

so sánh

public static DeviceMonitor.DeviceListComparisonResult compare (List<? extends IDevice> previous, 
                List<? extends IDevice> current)

Tham số
previous List

current List

Trả về
DeviceMonitor.DeviceListComparisonResult