DeviceMonitor.DeviceListComparisonResult

public static class DeviceMonitor.DeviceListComparisonResult
extends Object

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


Özet

Alanlar

public final List<IDevice> added

public final List<IDevice> removed

public final Map<IDeviceIDevice.DeviceState> updated

Herkese açık yöntemler

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

Alanlar

eklendi

public final List<IDevice> added

kaldırıldı

public final List<IDevice> removed

güncellendi

public final Map<IDeviceIDevice.DeviceState> updated

Herkese açık yöntemler

karşılaştır

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

Parametreler
previous List

current List

Return'ler
DeviceMonitor.DeviceListComparisonResult