IManagedTestDeviceFactory

public interface IManagedTestDeviceFactory

com.android.tradefed.device.IManagedTestDeviceFactory


Interfaccia Creator per IManagedTestDevice s

Riepilogo

Metodi pubblici

abstract IManagedTestDevice createDevice (IDevice stubDevice)

Creare un IManagedTestDevice basato IDevice passato.

abstract IManagedTestDevice createRequestedDevice (IDevice idevice, IDeviceSelection options)

Crea in modo specifico un dispositivo che corrisponda alla specifica

abstract void setFastbootEnabled (boolean enable)

Abilita o meno il supporto fastboot per il dispositivo creato.

Metodi pubblici

createDevice

public abstract IManagedTestDevice createDevice (IDevice stubDevice)

Creare un IManagedTestDevice basato IDevice passato.

Parametri
stubDevice IDevice : che definirà il tipo di dispositivo creato

ritorna
IManagedTestDevice un IManagedTestDevice creato in base all'IDevice

createRequestedDevice

public abstract IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

Crea in modo specifico un dispositivo che corrisponda alla specifica

Parametri
idevice IDevice

options IDeviceSelection

ritorna
IManagedTestDevice

setFastbootEnabled

public abstract void setFastbootEnabled (boolean enable)

Abilita o meno il supporto fastboot per il dispositivo creato.

Parametri
enable boolean : valore imposta il supporto.