Home
last modified time | relevance | path

Searched refs:productVariants (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java453 Map<String, Collection<String>> productVariants = splitOnVariant(getProductTypes()); in matches() local
454 Collection<String> productTypes = productVariants.keySet(); in matches()
469 Collection<String> variants = productVariants.get(productType); in matches()