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