/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() 120 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
|
D | IBluetoothAvrcpController.aidl | 27 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothPan.aidl | 32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothA2dpSink.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothMap.aidl | 32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothA2dp.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothProfile.java | 160 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothInputDevice.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothAvrcpController.java | 163 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController 167 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | IBluetoothHeadset.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothPan.java | 285 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan 289 return mPanService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothA2dpSink.java | 298 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink 302 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | IBluetoothHeadsetClient.aidl | 35 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothMap.java | 263 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap 267 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothA2dp.java | 285 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dp 289 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothInputDevice.java | 371 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothInputDevice 375 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHeadset.java | 400 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadset 404 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHeadsetClient.java | 524 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadsetClient 528 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHealth.java | 377 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHealth
|
D | BluetoothGattServer.java | 713 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGattServer
|
D | BluetoothGatt.java | 1305 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGatt
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); 670 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();
|
/frameworks/base/media/java/android/media/ |
D | AudioService.java | 2882 deviceList = mA2dp.getConnectedDevices(); 2902 deviceList = proxy.getConnectedDevices(); 2922 deviceList = mBluetoothHeadset.getConnectedDevices();
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1866 List<BluetoothDevice> deviceList = mBtHeadset.getConnectedDevices(); in getCurrentBluetoothPingCount()
|
/frameworks/base/api/ |
D | system-current.txt | 6008 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 6461 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 6580 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 6620 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 6648 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 6685 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(int); 6692 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
|