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.java133 private IDeviceSelection mDeviceSelectionOptions; field in DeviceManager
1256 if (mDeviceSelectionOptions == null) { in getDeviceSelectionOptions()
1257 mDeviceSelectionOptions = new DeviceSelectionOptions(); in getDeviceSelectionOptions()
1259 return mDeviceSelectionOptions; in getDeviceSelectionOptions()