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