Stay organized with collections
Save and categorize content based on your preferences.
ManagedDevices
@Incubating interface ManagedDevices
Options for Managed Devices
Summary
Public properties
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 2025-02-10 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 2025-02-10 UTC."],[],[],null,["# ManagedDevices\n==============\n\n\n```\n@Incubating interface ManagedDevices\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nOptions for Managed Devices\n\nSummary\n-------\n\n| ### Public properties ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ExtensiblePolymorphicDomainObjectContainer](https://docs.gradle.org/current/javadoc/org/gradle/api/ExtensiblePolymorphicDomainObjectContainer.html)`\u003c`[Device](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/Device)`\u003e` | [devices](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ManagedDevices#devices()) List of test devices for this project for use with the Unified Test Platform |\n| [NamedDomainObjectContainer](https://docs.gradle.org/current/javadoc/org/gradle/api/NamedDomainObjectContainer.html)`\u003c`[DeviceGroup](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/DeviceGroup)`\u003e` | [groups](/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ManagedDevices#groups()) List of DeviceGroups to create tasks for. |\n\nPublic properties\n-----------------\n\n### devices\n\n```\nval devices: ExtensiblePolymorphicDomainObjectContainer\u003cDevice\u003e\n```\n\nList of test devices for this project for use with the Unified Test Platform\n\nThese APIs are experimental and may change without notice. \n\n### groups\n\n```\nval groups: NamedDomainObjectContainer\u003cDeviceGroup\u003e\n```\n\nList of DeviceGroups to create tasks for.\n\nThese APIs are experimental and may change without notice."]]