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.java363 Map<String, Collection<String>> productVariants = splitOnVariant(getProductTypes()); in matches() local
364 Collection<String> productTypes = productVariants.keySet(); in matches()
379 Collection<String> variants = productVariants.get(productType); in matches()