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.java178 return copyCollection(mSerials); in getSerials()
186 return copyCollection(mExcludeSerials); in getExcludeSerials()
194 return copyCollection(mProductTypes); in getProductTypes()
338 private Collection<String> copyCollection(Collection<String> original) { in copyCollection() method in DeviceSelectionOptions