ManagedTestDeviceFactory

public class ManagedTestDeviceFactory
extends Object implements IManagedTestDeviceFactory

java.lang.Object
   ↳ com.android.tradefed.device.ManagedTestDeviceFactory


Fabrique permettant de créer les différents types d'appareils pouvant être surveillés par Tf

Résumé

Constantes

int FRAMEWORK_CHECK_MAX_RETRY

long FRAMEWORK_CHECK_SLEEP_MS

Champs

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

Constructeurs publics

ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)

Méthodes publiques

IManagedTestDevice createDevice(IDevice idevice)

Créez un IManagedTestDevice basé sur le IDevice qui lui a été transmis.

IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

Créer spécifiquement un appareil correspondant à la spécification

static boolean isTcpDeviceSerial(String serial)

Aide à l'appareil s'il s'agit d'un numéro de série provenant d'un appareil connecté à distance.

void setFastbootEnabled(boolean enable)

Activez ou non la compatibilité avec fastboot pour l'appareil créé.

Méthodes protégées

CollectingOutputReceiver createOutputReceiver()

Créez un élément CollectingOutputReceiver.

IRunUtil getRunUtil()

Renvoyez l'instance IRunUtil par défaut.

boolean isRemoteEnvironment()

Renvoie la valeur "true" si l'exécution s'effectue actuellement dans un environnement distant.

Constantes

FRAMEWORK_CHECK_MAX_RÉESSAYER

protected static final int FRAMEWORK_CHECK_MAX_RETRY

Valeur constante: 3. (0x00000003)

VÉRIFICATION_Framework_SLEEP_MS

protected static final long FRAMEWORK_CHECK_SLEEP_MS

Valeur constante: 500 (0x00000000000001f4)

Champs

VÉRIFICATION_PM_CMD

protected static final String CHECK_PM_CMD

ATTENTION_ERREUR

protected static final String EXPECTED_ERROR

ATTENTE_RES

protected static final String EXPECTED_RES

MODÈLE_IPADRESSE_IP

public static final String IPADDRESS_PATTERN

NOTIFY_AS_NATIVE [Notifications_AS_NATIVES]

public static final String NOTIFY_AS_NATIVE

mAllocationMonitor

protected IDeviceMonitor mAllocationMonitor

Gestionnaire d'appareils mDeviceManager

protected IDeviceManager mDeviceManager

mFastbootEnabled

protected boolean mFastbootEnabled

Constructeurs publics

ManagedTestDeviceFactory

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

Paramètres
fastbootEnabled boolean

deviceManager IDeviceManager

allocationMonitor IDeviceMonitor

Méthodes publiques

createDevice

public IManagedTestDevice createDevice (IDevice idevice)

Créez un IManagedTestDevice basé sur le IDevice qui lui a été transmis.

Paramètres
idevice IDevice: définit le type d'appareil créé.

Renvoie
IManagedTestDevice un IManagedTestDevice créé sur la base de l'IDevice

createRequestedDevice

public IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

Créer spécifiquement un appareil correspondant à la spécification

Paramètres
idevice IDevice

options IDeviceSelection

Renvoie
IManagedTestDevice

isTcpDeviceSerial

public static boolean isTcpDeviceSerial (String serial)

Aide à l'appareil s'il s'agit d'un numéro de série provenant d'un appareil connecté à distance. format série de tcp L'appareil est :

Paramètres
serial String

Renvoie
boolean

setFastbootEnabled

public void setFastbootEnabled (boolean enable)

Activez ou non la compatibilité avec fastboot pour l'appareil créé.

Paramètres
enable boolean: valeur définie pour l'assistance.

Méthodes protégées

createOutputReceiver

protected CollectingOutputReceiver createOutputReceiver ()

Créez un élément CollectingOutputReceiver.

Renvoie
CollectingOutputReceiver

getRunUtil

protected IRunUtil getRunUtil ()

Renvoyez l'instance IRunUtil par défaut.

Renvoie
IRunUtil

isRemoteEnvironment

protected boolean isRemoteEnvironment ()

Renvoie la valeur "true" si l'exécution s'effectue actuellement dans un environnement distant. Cela modifiera l'appareil comportemental.

Renvoie
boolean