تطبيق CompanionAllocator

public abstract class CompanionAllocator
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.companion.CompanionAllocator


فئة أساسية تتولى تخصيص الجهاز المصاحب وتحريره

يجب تنفيذ السمة getCompanionDeviceSelectionOptions() لوصف المعايير مطلوب لتخصيص الجهاز المصاحب

ملخّص

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

CompanionAllocator()

الطرق العامة

void setUp(ITestDevice device, IBuildInfo buildInfo)

لإعداد الجهاز.

void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)

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

abstract DeviceSelectionOptions getCompanionDeviceSelectionOptions()

يُرجى وصف DeviceSelectionOptions للجهاز المصاحب.

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

تطبيق CompanionAllocator

public CompanionAllocator ()

الطرق العامة

إعداد

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

لإعداد الجهاز.

سيطلب التنفيذ الداخلي لهذه الطريقة جهازًا مصاحبًا ويخصصه.

المعلمات
device ITestDevice

buildInfo IBuildInfo

الرميات
BuildError
DeviceNotAvailableException
TargetSetupError

قطع

public void tearDown (ITestDevice device, 
                IBuildInfo buildInfo, 
                Throwable e)

المعلمات
device ITestDevice

buildInfo IBuildInfo

e Throwable

الرميات
DeviceNotAvailableException

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

getCompanionDeviceSelectionOptions

protected abstract DeviceSelectionOptions getCompanionDeviceSelectionOptions ()

يُرجى وصف DeviceSelectionOptions للجهاز المصاحب.

المرتجعات
DeviceSelectionOptions