IDeviceSelection.BaseDeviceType

public static final enum IDeviceSelection.BaseDeviceType
extends Enum<IDeviceSelection.BaseDeviceType>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.device.IDeviceSelection.BaseDeviceType>
     ↳ com.android.tradefed.device.IDeviceSelection.BaseDeviceType


ملخّص

قيم التعداد

IDeviceSelection.BaseDeviceType  FULL_DEVICE

 

IDeviceSelection.BaseDeviceType  NATIVE_DEVICE

 

الطرق العامة

static IDeviceSelection.BaseDeviceType valueOf(String name)
static final BaseDeviceType[] values()

قيم التعداد

FULL_DEVICE

public static final IDeviceSelection.BaseDeviceType FULL_DEVICE

NATIVE_DEVICE

public static final IDeviceSelection.BaseDeviceType NATIVE_DEVICE

الطرق العامة

valueOf

public static IDeviceSelection.BaseDeviceType valueOf (String name)

المعلمات
name String

المرتجعات
IDeviceSelection.BaseDeviceType

values

public static final BaseDeviceType[] values ()

المرتجعات
BaseDeviceType[]