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.java217 return copyCollection(mSerials); in getSerials()
250 return copyCollection(mExcludeSerials); in getExcludeSerials()
258 return copyCollection(mProductTypes); in getProductTypes()
438 private Collection<String> copyCollection(Collection<String> original) { in copyCollection() method in DeviceSelectionOptions