Searched refs:toDeviceSet (Results 1 – 1 of 1) sorted by relevance
2032 return toDeviceSet(new BluetoothDevice[0]); in getBondedDevices()2037 return toDeviceSet(mService.getBondedDevices()); in getBondedDevices()2039 return toDeviceSet(new BluetoothDevice[0]); in getBondedDevices()2801 private Set<BluetoothDevice> toDeviceSet(BluetoothDevice[] devices) { in toDeviceSet() method in BluetoothAdapter