Searched defs:getConnectedDevices (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java101 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
127 public List<BluetoothDevice> getConnectedDevices(int profile) { method in class:BluetoothManager
128 if (DBG) Log.d(TAG,"getConnectedDevices");
H A DBluetoothPbapClient.java220 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPbapClient
222 log("getConnectedDevices()");
226 return mService.getConnectedDevices();
H A DBluetoothProfile.java176 public List<BluetoothDevice> getConnectedDevices(); method in interface:BluetoothProfile
H A DBluetoothSap.java287 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothSap
288 if (DBG) log("getConnectedDevices()");
291 return mService.getConnectedDevices();
H A DBluetoothA2dp.java302 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dp
303 if (VDBG) log("getConnectedDevices()");
307 return mService.getConnectedDevices();
H A DBluetoothA2dpSink.java298 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dpSink
299 if (VDBG) log("getConnectedDevices()");
302 return mService.getConnectedDevices();
H A DBluetoothAvrcpController.java221 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothAvrcpController
222 if (VDBG) log("getConnectedDevices()");
225 return mService.getConnectedDevices();
H A DBluetoothGattServer.java694 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
705 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
711 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothGattServer
713 ("Use BluetoothManager#getConnectedDevices instead.");
H A DBluetoothMap.java263 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMap
264 if (DBG) log("getConnectedDevices()");
267 return mService.getConnectedDevices();
H A DBluetoothPan.java294 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPan
295 if (VDBG) log("getConnectedDevices()");
298 return mPanService.getConnectedDevices();
H A DBluetoothGatt.java1192 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
1203 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
1209 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothGatt
1211 ("Use BluetoothManager#getConnectedDevices instead.");
H A DBluetoothHealth.java377 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHealth
H A DBluetoothInputDevice.java371 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothInputDevice
372 if (VDBG) log("getConnectedDevices()");
375 return mService.getConnectedDevices();
H A DBluetoothHeadset.java440 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHeadset
441 if (VDBG) log("getConnectedDevices()");
444 return mService.getConnectedDevices();
H A DBluetoothHeadsetClient.java524 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHeadsetClient
525 if (VDBG) log("getConnectedDevices()");
528 return mService.getConnectedDevices();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpProfile
116 List<BluetoothDevice> sinks = getConnectedDevices();
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
H A DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkProfile
116 List<BluetoothDevice> srcs = getConnectedDevices();
171 List<BluetoothDevice> srcs = mService.getConnectedDevices();
H A DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
145 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
177 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetProfile
H A DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 public List<BluetoothDevice> getConnectedDevices() { method in class:HfpClientProfile
126 List<BluetoothDevice> srcs = getConnectedDevices();
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
163 public List<BluetoothDevice> getConnectedDevices() { method in class:MapProfile
H A DPbapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 public List<BluetoothDevice> getConnectedDevices() { method in class:PbapClientProfile
138 List<BluetoothDevice> srcs = getConnectedDevices();
H A DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
114 List<BluetoothDevice> sinks = mService.getConnectedDevices();
125 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
138 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
166 public List<BluetoothDevice> getConnectedDevices() { method in class:SapProfile
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java500 public ArrayList<UsbAudioDevice> getConnectedDevices() { method in class:UsbAlsaManager

Completed in 270 milliseconds