Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java138 private IDeviceSelection mDeviceSelectionOptions; field in DeviceManager
1146 if (mDeviceSelectionOptions == null) { in getDeviceSelectionOptions()
1147 mDeviceSelectionOptions = new DeviceSelectionOptions(); in getDeviceSelectionOptions()
1149 return mDeviceSelectionOptions; in getDeviceSelectionOptions()