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