TestDeviceOptions.InstanceType

public static final enum TestDeviceOptions.InstanceType
extends Enum<TestDeviceOptions.InstanceType>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.device.TestDeviceOptions.InstanceType>
     ↳ com.android.tradefed.device.TestDeviceOptions.InstanceType


סיכום

ערכי enum

TestDeviceOptions.InstanceType  CHEEPS

מכונה וירטואלית של Chrome OS‏ (betty) 

TestDeviceOptions.InstanceType  CUTTLEFISH

מכשיר מרוחק בתוך אמולטור, שאנחנו ניגשים אליו דרך ssh למכונה שמארחת את האמולטור ואז דרך adb connect. 

TestDeviceOptions.InstanceType  EMULATOR

אמולטור Android. 

TestDeviceOptions.InstanceType  GCE

מכשיר שאנחנו ניגשים אליו מרחוק באמצעות ssh ו-adb connect. 

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

שיטות ציבוריות

static TestDeviceOptions.InstanceType valueOf(String name)
static final InstanceType[] values()

ערכי enum

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

מכונה וירטואלית של Chrome OS‏ (betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

מכשיר מרוחק בתוך אמולטור, שאנחנו ניגשים אליו דרך ssh למכונה שמארחת את האמולטור ואז דרך adb connect.

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

אמולטור Android.

GCE

public static final TestDeviceOptions.InstanceType GCE

מכשיר שאנחנו ניגשים אליו מרחוק באמצעות ssh ו-adb connect

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

שיטות ציבוריות

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

פרמטרים
name String

החזרות
TestDeviceOptions.InstanceType

ערכים

public static final InstanceType[] values ()

החזרות
InstanceType[]