حالة تخصيص الجهاز

public final enum DeviceAllocationState
extends Enum< DeviceAllocationState >

java.lang.Object
java.lang.Enum< com.android.tradefed.device.DeviceAllocationState >
com.android.tradefed.device.DeviceAlllocationState


يمثل حالة تخصيص الجهاز من منظور IDeviceManager

ملخص

قيم التعداد

DeviceAllocationState Allocated

الجهاز مخصص حاليًا للاختبار

DeviceAllocationState Available

الجهاز متاح للتخصيص للاختبار

DeviceAllocationState Checking_Availability

يتم حاليًا فحص الجهاز للتأكد من استجابته

DeviceAllocationState Ignored

الجهاز لا يتطابق مع مرشح الجهاز العالمي، وسيتم تجاهله بواسطة فريق العمل هذا

DeviceAllocationState Unavailable

يكون الجهاز مرئيًا عبر adb ولكنه في حالة خطأ تمنعه ​​من إجراء الاختبارات

DeviceAllocationState Unknown

الحالة الأولية للجهاز - لا ينبغي أن تبقى هنا لفترة طويلة

الأساليب العامة

DeviceAllocationState handleDeviceEvent (DeviceEvent event)
static DeviceAllocationState valueOf (String name)
static final DeviceAllocationState[] values ()

قيم التعداد

المخصصة

public static final DeviceAllocationState Allocated

الجهاز مخصص حاليًا للاختبار

متاح

public static final DeviceAllocationState Available

الجهاز متاح للتخصيص للاختبار

التحقق من التوفر

public static final DeviceAllocationState Checking_Availability

يتم حاليًا فحص الجهاز للتأكد من استجابته

تم التجاهل

public static final DeviceAllocationState Ignored

الجهاز لا يتطابق مع مرشح الجهاز العالمي، وسيتم تجاهله بواسطة فريق العمل هذا

غير متوفره

public static final DeviceAllocationState Unavailable

يكون الجهاز مرئيًا عبر adb ولكنه في حالة خطأ تمنعه ​​من إجراء الاختبارات

مجهول

public static final DeviceAllocationState Unknown

الحالة الأولية للجهاز - لا ينبغي أن تبقى هنا لفترة طويلة

الأساليب العامة

HandleDeviceEvent

public DeviceAllocationState handleDeviceEvent (DeviceEvent event)

حدود
event DeviceEvent

عائدات
DeviceAllocationState

قيمة ال

public static DeviceAllocationState valueOf (String name)

حدود
name String

عائدات
DeviceAllocationState

قيم

public static final DeviceAllocationState[] values ()

عائدات
DeviceAllocationState[]