Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java228 return copyCollection(mSerials); in getSerials()
236 return copyCollection(mExcludeSerials); in getExcludeSerials()
244 return copyCollection(mProductTypes); in getProductTypes()
427 private Collection<String> copyCollection(Collection<String> original) { in copyCollection() method in DeviceSelectionOptions