IManagedTestDeviceDevice

public interface IManagedTestDeviceFactory

com.android.tradefed.device.IManagedTestDevice Fabbrica


Interfaccia per creator per IManagedTestDevice

Riepilogo

Metodi pubblici

abstract IManagedTestDevice createDevice(IDevice stubDevice)

Crea un IManagedTestDevice in base al valore IDevice trasmesso.

abstract IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

In particolare, crea un dispositivo corrispondente alle specifiche

abstract void setFastbootEnabled(boolean enable)

Attiva o disattiva il supporto fastboot per il dispositivo creato.

Metodi pubblici

CreaDispositivo

public abstract IManagedTestDevice createDevice (IDevice stubDevice)

Crea un IManagedTestDevice in base al valore IDevice trasmesso.

Parametri
stubDevice IDevice: definisce il tipo di dispositivo creato

Ritorni
IManagedTestDevice un IManagedTestDevice creato in base all'IDevice

createRequestedDevice

public abstract IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

In particolare, crea un dispositivo corrispondente alle specifiche

Parametri
idevice IDevice

options IDeviceSelection

Ritorni
IManagedTestDevice

setFastbootEnabled

public abstract void setFastbootEnabled (boolean enable)

Attiva o disattiva il supporto fastboot per il dispositivo creato.

Parametri
enable boolean: il valore consente di impostare il supporto.