ManagedTestDeviceFactory

public class ManagedTestDeviceFactory
extends Object implements IManagedTestDeviceFactory

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


Pabrik untuk membuat berbagai jenis perangkat yang dapat dipantau oleh Tf

Ringkasan

Konstanta

int FRAMEWORK_CHECK_MAX_RETRY

long FRAMEWORK_CHECK_SLEEP_MS

Kolom

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

Konstruktor publik

ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)

Metode publik

IManagedTestDevice createDevice(IDevice idevice)

Buat IManagedTestDevice berdasarkan IDevice yang diteruskan ke sana.

IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

Secara khusus membuat perangkat yang cocok dengan spesifikasi

static boolean isTcpDeviceSerial(String serial)

Bantuan ke perangkat jika merupakan serial dari perangkat yang terhubung dari jarak jauh.

void setFastbootEnabled(boolean enable)

Mengaktifkan atau tidak mengaktifkan dukungan fastboot untuk perangkat yang dibuat.

Metode yang dilindungi

CollectingOutputReceiver createOutputReceiver()

Buat CollectingOutputReceiver.

IRunUtil getRunUtil()

Menampilkan instance IRunUtil default.

boolean isRemoteEnvironment()

Tampilkan benar (true) jika saat ini kita berjalan di lingkungan jarak jauh.

Konstanta

FRAMEWORK_CHECK_MAX_RETRY

protected static final int FRAMEWORK_CHECK_MAX_RETRY

Nilai Konstanta: 3 (0x00000003)

FRAMEWORK_CHECK_SLEEP_MS

protected static final long FRAMEWORK_CHECK_SLEEP_MS

Nilai Konstanta: 500 (0x00000000000001f4)

Kolom

PERIKSA_PM_CMD

protected static final String CHECK_PM_CMD

DIDUKUNG_ERROR

protected static final String EXPECTED_ERROR

TEMPLATE_RES

protected static final String EXPECTED_RES

IPADDRESS_POLA

public static final String IPADDRESS_PATTERN

NOTIFY_AS_NATIVE

public static final String NOTIFY_AS_NATIVE

mAllocationMonitor

protected IDeviceMonitor mAllocationMonitor

PengelolaPerangkat

protected IDeviceManager mDeviceManager

mFastbootEnabled

protected boolean mFastbootEnabled

Konstruktor publik

ManagedTestDeviceFactory

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

Parameter
fastbootEnabled boolean

deviceManager IDeviceManager

allocationMonitor IDeviceMonitor

Metode publik

buatPerangkat

public IManagedTestDevice createDevice (IDevice idevice)

Buat IManagedTestDevice berdasarkan IDevice yang diteruskan ke sana.

Parameter
idevice IDevice: yang akan menentukan jenis perangkat yang dibuat

Hasil
IManagedTestDevice IManagedTestDevice yang dibuat berdasarkan IDevice

createRequestDevice

public IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

Secara khusus membuat perangkat yang cocok dengan spesifikasi

Parameter
idevice IDevice

options IDeviceSelection

Hasil
IManagedTestDevice

{i>isTcpDeviceSerial<i}

public static boolean isTcpDeviceSerial (String serial)

Bantuan ke perangkat jika merupakan serial dari perangkat yang terhubung dari jarak jauh. format serial tcp perangkat adalah :

Parameter
serial String

Hasil
boolean

setelFastbootEnabled

public void setFastbootEnabled (boolean enable)

Mengaktifkan atau tidak mengaktifkan dukungan fastboot untuk perangkat yang dibuat.

Parameter
enable boolean: nilai menetapkan dukungan.

Metode yang dilindungi

createOutputReceiver

protected CollectingOutputReceiver createOutputReceiver ()

Buat CollectingOutputReceiver.

Hasil
CollectingOutputReceiver

getRunUtil

protected IRunUtil getRunUtil ()

Menampilkan instance IRunUtil default.

Hasil
IRunUtil

isRemoteEnvironment

protected boolean isRemoteEnvironment ()

Tampilkan benar (true) jika saat ini kita berjalan di lingkungan jarak jauh. Tindakan ini akan mengubah perangkat perilaku model.

Hasil
boolean