IManagedTestDeviceFactory

public interface IManagedTestDeviceFactory

com.android.tradefed.device.IManagedTestDeviceFactory


IManagedTestDevices için içerik üretici arayüzü

Özet

Herkese açık yöntemler

abstract IManagedTestDevice createDevice(IDevice stubDevice)

İletilen IDevice öğesine dayalı bir IManagedTestDevice oluşturun.

abstract IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

Özellikle, spesifikasyona uygun bir cihaz oluşturun

abstract void setFastbootEnabled(boolean enable)

Oluşturulan cihaz için fastboot desteğini etkinleştirin veya etkinleştirme.

Herkese açık yöntemler

createCihazı

public abstract IManagedTestDevice createDevice (IDevice stubDevice)

İletilen IDevice öğesine dayalı bir IManagedTestDevice oluşturun.

Parametreler
stubDevice IDevice: Bu, oluşturulan cihazın türünü tanımlar

İlerlemeler
IManagedTestDevice IDevice (IDevice) üzerinde üs olarak oluşturulmuş bir IManagedTestDevice

createİstenenCihaz

public abstract IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

Özellikle, spesifikasyona uygun bir cihaz oluşturun

Parametreler
idevice IDevice

options IDeviceSelection

İlerlemeler
IManagedTestDevice

setFastbootEnabled

public abstract void setFastbootEnabled (boolean enable)

Oluşturulan cihaz için fastboot desteğini etkinleştirin veya etkinleştirme.

Parametreler
enable boolean: Destek, değer tarafından belirlenir.