Searched refs:toDeviceSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java839 return toDeviceSet(new BluetoothDevice[0]);
843 if (mService != null) return toDeviceSet(mService.getBondedDevices());
845 return toDeviceSet(new BluetoothDevice[0]);
1331 private Set<BluetoothDevice> toDeviceSet(BluetoothDevice[] devices) { method in class:BluetoothAdapter

Completed in 784 milliseconds