Enum values |
TestDeviceOptions.InstanceType |
CHEEPS
Chrome OS VM (betty)
|
TestDeviceOptions.InstanceType |
CUTTLEFISH
A remote device inside an emulator that we access via ssh to the instance hosting the
emulator then adb connect.
|
TestDeviceOptions.InstanceType |
EMULATOR
An android emulator.
|
TestDeviceOptions.InstanceType |
GCE
A device that we remotely access via ssh and adb connect
|
TestDeviceOptions.InstanceType |
REMOTE_AVD
|
TestDeviceOptions.InstanceType |
REMOTE_NESTED_AVD
|
Enum values
CUTTLEFISH
public static final TestDeviceOptions.InstanceType CUTTLEFISH
A remote device inside an emulator that we access via ssh to the instance hosting the
emulator then adb connect.
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-28 UTC."],[],[],null,["# TestDeviceOptions.InstanceType\n==============================\n\n\n`\npublic\nstatic\nfinal\n\nenum\nTestDeviceOptions.InstanceType\n`\n\n\n`\n\n\n`\n\n`\n\nextends Enum\u003c`[TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html)`\u003e\n\n\n`\n\n`\n\n\n`\n\n|---|---|------------------------------------------------------------|\n| java.lang.Object |||\n| ↳ | java.lang.Enum\\\u003c[com.android.tradefed.device.TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html)\\\u003e ||\n| | ↳ | com.android.tradefed.device.TestDeviceOptions.InstanceType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Enum values ||\n|----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `CHEEPS` Chrome OS VM (betty) |\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `CUTTLEFISH` A remote device inside an emulator that we access via ssh to the instance hosting the emulator then adb connect. |\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `EMULATOR` An android emulator. |\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `GCE` A device that we remotely access via ssh and adb connect |\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `REMOTE_AVD` |\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | `REMOTE_NESTED_AVD` |\n\n| ### Public methods ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | ` `[valueOf](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html#valueOf(java.lang.String))`(String name) ` |\n| ` static final `[InstanceType[]](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | ` `[values](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html#values())`() ` |\n\nEnum values\n-----------\n\n### CHEEPS\n\n```\npublic static final TestDeviceOptions.InstanceType CHEEPS\n```\n\nChrome OS VM (betty)\n\n\u003cbr /\u003e\n\n### CUTTLEFISH\n\n```\npublic static final TestDeviceOptions.InstanceType CUTTLEFISH\n```\n\nA remote device inside an emulator that we access via ssh to the instance hosting the\nemulator then adb connect.\n\n\u003cbr /\u003e\n\n### EMULATOR\n\n```\npublic static final TestDeviceOptions.InstanceType EMULATOR\n```\n\nAn android emulator.\n\n\u003cbr /\u003e\n\n### GCE\n\n```\npublic static final TestDeviceOptions.InstanceType GCE\n```\n\nA device that we remotely access via ssh and adb connect\n\n\u003cbr /\u003e\n\n### REMOTE_AVD\n\n```\npublic static final TestDeviceOptions.InstanceType REMOTE_AVD\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### REMOTE_NESTED_AVD\n\n```\npublic static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### valueOf\n\n```\npublic static TestDeviceOptions.InstanceType valueOf (String name)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------|-----------------|\n| `name` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|----------------------------------------------------------------------------------------------------------------------------------------|--------|\n| [TestDeviceOptions.InstanceType](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | \u003cbr /\u003e |\n\n### values\n\n```\npublic static final InstanceType[] values ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|------------------------------------------------------------------------------------------------------------------------|--------|\n| [InstanceType[]](../../../../../../reference/tradefed/com/android/tradefed/device/TestDeviceOptions.InstanceType.html) | \u003cbr /\u003e |"]]