Searched refs:deviceSet (Results 1 – 1 of 1) sorted by relevance
3501 Set<BluetoothDevice> deviceSet = new HashSet<BluetoothDevice>(devices); in toDeviceSet() local3502 return Collections.unmodifiableSet(deviceSet); in toDeviceSet()