ManagedTestDevice Fabbrica

public class ManagedTestDeviceFactory
extends Object implements IManagedTestDeviceFactory

java.lang.Object
🎞 com.android.tradefed.device.ManagedTestDevice Fabbrica


Fabbrica per creare i diversi tipi di dispositivi che possono essere monitorati da Tf

Riepilogo

Costanti

int FRAMEWORK_CHECK_MAX_RETRY

long FRAMEWORK_CHECK_SLEEP_MS

Campi

protected static final String CHECK_PM_CMD

protected static final String EXPECTED_ERROR

protected static final String EXPECTED_RES

public static final String IPADDRESS_PATTERN

public static final String NOTIFY_AS_NATIVE

protected IDeviceMonitor mAllocationMonitor

protected IDeviceManager mDeviceManager

protected boolean mFastbootEnabled

Costruttori pubblici

ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)

Metodi pubblici

IManagedTestDevice createDevice(IDevice idevice)

Crea un IManagedTestDevice in base al valore IDevice trasmesso.

IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

In particolare, crea un dispositivo corrispondente alle specifiche

static boolean isTcpDeviceSerial(String serial)

Un aiutante al dispositivo se è un serial di un dispositivo connesso da remoto.

void setFastbootEnabled(boolean enable)

Attiva o disattiva il supporto fastboot per il dispositivo creato.

Metodi protetti

CollectingOutputReceiver createOutputReceiver()

Crea un CollectingOutputReceiver.

IRunUtil getRunUtil()

Restituisci l'istanza IRunUtil predefinita.

boolean isRemoteEnvironment()

Restituisce true se l'esecuzione in corso è in corso in un ambiente remoto.

Costanti

FRAMEWORK_CHECK_MAX_RETRY

protected static final int FRAMEWORK_CHECK_MAX_RETRY

Valore costante: 3 (0x00000003)

FRAMEWORK_CHECK_SONNO_MS

protected static final long FRAMEWORK_CHECK_SLEEP_MS

Valore costante: 500 (0x00000000000001f4)

Campi

CONTROLLO_PM_CMD

protected static final String CHECK_PM_CMD

ERRORE_PREVISTO

protected static final String EXPECTED_ERROR

ATTESA_RES

protected static final String EXPECTED_RES

MODELLO_INDIRIZZO IP

public static final String IPADDRESS_PATTERN

NOTIFY_AS_NATIVE

public static final String NOTIFY_AS_NATIVE

mAllocationMonitor

protected IDeviceMonitor mAllocationMonitor

Gestore dispositivi mobili

protected IDeviceManager mDeviceManager

mFastbootEnabled

protected boolean mFastbootEnabled

Costruttori pubblici

ManagedTestDevice Fabbrica

public ManagedTestDeviceFactory (boolean fastbootEnabled, 
                IDeviceManager deviceManager, 
                IDeviceMonitor allocationMonitor)

Parametri
fastbootEnabled boolean

deviceManager IDeviceManager

allocationMonitor IDeviceMonitor

Metodi pubblici

CreaDispositivo

public IManagedTestDevice createDevice (IDevice idevice)

Crea un IManagedTestDevice in base al valore IDevice trasmesso.

Parametri
idevice IDevice: definisce il tipo di dispositivo creato

Ritorni
IManagedTestDevice un IManagedTestDevice creato in base all'IDevice

createRequestedDevice

public IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

In particolare, crea un dispositivo corrispondente alle specifiche

Parametri
idevice IDevice

options IDeviceSelection

Ritorni
IManagedTestDevice

isTcpDeviceSerial

public static boolean isTcpDeviceSerial (String serial)

Un aiutante al dispositivo se è un serial di un dispositivo connesso da remoto. formato seriale di tcp Il dispositivo è :

Parametri
serial String

Ritorni
boolean

setFastbootEnabled

public void setFastbootEnabled (boolean enable)

Attiva o disattiva il supporto fastboot per il dispositivo creato.

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

Metodi protetti

creareOutputRicevitore

protected CollectingOutputReceiver createOutputReceiver ()

Crea un CollectingOutputReceiver.

Ritorni
CollectingOutputReceiver

getRunUtil

protected IRunUtil getRunUtil ()

Restituisci l'istanza IRunUtil predefinita.

Ritorni
IRunUtil

isRemoteEnvironment

protected boolean isRemoteEnvironment ()

Restituisce true se l'esecuzione in corso è in corso in un ambiente remoto. Questa operazione andrà a modificare il dispositivo comportamento degli utenti.

Ritorni
boolean