IManagedTestDeviceFactory

public interface IManagedTestDeviceFactory

com.android.tradefed.device.IManagedTestDeviceFactory


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

Özet

Herkese açık yöntemler

abstract IManagedTestDevice createDevice(IDevice stubDevice)

Kendisine iletilen IDevice değerine göre bir IManagedTestDevice oluşturur.

abstract IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

Spesifikasyonla eşleşen bir cihaz oluşturma

abstract void setFastbootEnabled(boolean enable)

Oluşturulan cihaz için hızlı önyükleme desteğini etkinleştirme veya devre dışı bırakma.

Herkese açık yöntemler

createDevice

public abstract IManagedTestDevice createDevice (IDevice stubDevice)

Kendisine iletilen IDevice değerine göre bir IManagedTestDevice oluşturur.

Parametreler
stubDevice IDevice: Oluşturulan cihaz türünü tanımlar.

İlerlemeler
IManagedTestDevice IDevice'a göre oluşturulan bir IManagedTestDevice

createRequestedDevice

public abstract IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

Spesifikasyonla eşleşen bir cihaz oluşturma

Parametreler
idevice IDevice

options IDeviceSelection

İlerlemeler
IManagedTestDevice

setFastbootEnabled

public abstract void setFastbootEnabled (boolean enable)

Oluşturulan cihaz için hızlı önyükleme desteğini etkinleştirme veya devre dışı bırakma.

Parametreler
enable boolean: değeri desteği ayarlar.