IManagedTestDeviceFactory
public
interface
IManagedTestDeviceFactory
| com.android.tradefed.device.IManagedTestDeviceFactory |
IManagedTestDevice'ler için içerik üretici arayüzü
Özet
Herkese açık yöntemler | |
|---|---|
abstract
IManagedTestDevice
|
createDevice(IDevice stubDevice)
Kendisine iletilen |
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ştirme veya devre dışı bırakma. |
Herkese açık yöntemler
createDevice
public abstract IManagedTestDevice createDevice (IDevice stubDevice)
Kendisine iletilen IDevice temelinde IManagedTestDevice oluşturur.
| Parametreler | |
|---|---|
stubDevice |
IDevice: Oluşturulan cihazın türünü tanımlar. |
| İlerlemeler | |
|---|---|
IManagedTestDevice |
IDevice temel alınarak oluşturulan bir IManagedTestDevice |
createRequestedDevice
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ştirme veya devre dışı bırakma.
| Parametreler | |
|---|---|
enable |
boolean: Desteklenen değer. |