IManagedTestDeviceFactory
public interface IManagedTestDeviceFactory
com.android.tradefed.device.IManagedTestDeviceFactory |
Interfaccia del creatore per IManagedTestDevice
s
Riepilogo
Metodi pubblici | |
---|---|
abstract IManagedTestDevice | createDevice (IDevice stubDevice) Crea un |
abstract void | setFastbootEnabled (boolean enable) Abilita o meno il supporto per l'avvio rapido per il dispositivo creato. |
Metodi pubblici
createDevice
public abstract IManagedTestDevice createDevice (IDevice stubDevice)
Crea un IManagedTestDevice
basato IDevice
passato ad esso.
Parametri | |
---|---|
stubDevice | IDevice : che definirà il tipo di dispositivo creato |
ritorna | |
---|---|
IManagedTestDevice | un IManagedTestDevice creato sulla base di IDevice |
setFastbootEnabled
public abstract void setFastbootEnabled (boolean enable)
Abilita o meno il supporto per l'avvio rapido per il dispositivo creato.
Parametri | |
---|---|
enable | boolean : valore imposta il supporto. |