ManagedTestDeviceFile

public class ManagedTestDeviceFactory
extends Object implements IManagedTestDeviceFactory

java.lang.Object
com.android.tradefed.device.ManagedTestDevicefactor


مصنع لإنشاء أنواع مختلفة من الأجهزة التي يمكن مراقبتها بواسطة Tf

ملخّص

الثوابت

int FRAMEWORK_CHECK_MAX_RETRY

long FRAMEWORK_CHECK_SLEEP_MS

الحقول

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

شركة إنشاءات عامة

ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, IDeviceMonitor allocationMonitor)

الطرق العامة

IManagedTestDevice createDevice(IDevice idevice)

يمكنك إنشاء IManagedTestDevice استنادًا إلى IDevice التي تم تمريرها إليها.

IManagedTestDevice createRequestedDevice(IDevice idevice, IDeviceSelection options)

على وجه التحديد، إنشاء جهاز يطابق المواصفات

static boolean isTcpDeviceSerial(String serial)

أداة مساعدة للجهاز إذا كان هذا الرقم تسلسليًا من جهاز متصل عن بُعد.

void setFastbootEnabled(boolean enable)

تفعيل دعم Fastboot أو عدم تشغيله للجهاز الذي تم إنشاؤه.

الطرق المحمية

CollectingOutputReceiver createOutputReceiver()

إنشاء CollectingOutputReceiver

IRunUtil getRunUtil()

عرض مثيل IRunUtil التلقائي.

boolean isRemoteEnvironment()

قم بإرجاع القيمة "true" إذا كنا نقوم حاليًا بالتشغيل في بيئة بعيدة.

الثوابت

frameWORK_CHECK_MAX_إعادة المحاولة

protected static final int FRAMEWORK_CHECK_MAX_RETRY

القيمة الثابتة: 3 (0x00000003)

frameWORK_CHECK_SLEEP_MS

protected static final long FRAMEWORK_CHECK_SLEEP_MS

القيمة الثابتة: 500 (0x00000000000001f4)

الحقول

CHECK_PM_CMD

protected static final String CHECK_PM_CMD

خطأ EXPECTED_ERROR

protected static final String EXPECTED_ERROR

EXPECTED_RES

protected static final String EXPECTED_RES

IPADDRESS_PATTERN

public static final String IPADDRESS_PATTERN

إشعار

public static final String NOTIFY_AS_NATIVE

أداة مراقبة تخصيص الأجهزة

protected IDeviceMonitor mAllocationMonitor

مدير جهاز الجوّال

protected IDeviceManager mDeviceManager

mFastbootEnabled

protected boolean mFastbootEnabled

شركة إنشاءات عامة

ManagedTestDeviceFile

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

المعلمات
fastbootEnabled boolean

deviceManager IDeviceManager

allocationMonitor IDeviceMonitor

الطرق العامة

إنشاء جهاز

public IManagedTestDevice createDevice (IDevice idevice)

يمكنك إنشاء IManagedTestDevice استنادًا إلى IDevice التي تم تمريرها إليها.

المعلمات
idevice IDevice: ستحدِّد نوع الجهاز الذي تم إنشاؤه.

المرتجعات
IManagedTestDevice قاعدة IManageTestDevice التي تم إنشاؤها على IDevice

إنشاء طلب للأجهزة

public IManagedTestDevice createRequestedDevice (IDevice idevice, 
                IDeviceSelection options)

على وجه التحديد، إنشاء جهاز يطابق المواصفات

المعلمات
idevice IDevice

options IDeviceSelection

المرتجعات
IManagedTestDevice

قناة isTcpDeviceSerial

public static boolean isTcpDeviceSerial (String serial)

أداة مساعدة للجهاز إذا كان هذا الرقم تسلسليًا من جهاز متصل عن بُعد. التنسيق التسلسلي لـ tcp الجهاز هو :

المعلمات
serial String

المرتجعات
boolean

setFastbootEnabled

public void setFastbootEnabled (boolean enable)

تفعيل دعم Fastboot أو عدم تشغيله للجهاز الذي تم إنشاؤه.

المعلمات
enable boolean: ضبط القيمة للتوافق

الطرق المحمية

إنشاء جهاز استقبال الإخراج

protected CollectingOutputReceiver createOutputReceiver ()

إنشاء CollectingOutputReceiver

المرتجعات
CollectingOutputReceiver

الحصول على تطبيق Android

protected IRunUtil getRunUtil ()

عرض مثيل IRunUtil التلقائي.

المرتجعات
IRunUtil

بيئة التحكم عن بُعد

protected boolean isRemoteEnvironment ()

قم بإرجاع القيمة "true" إذا كنا نقوم حاليًا بالتشغيل في بيئة بعيدة. سيؤدي هذا إلى تغيير الجهاز السلوك.

المرتجعات
boolean