Home
last modified time | relevance | path

Searched refs:getConnectedDevices (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState()
120 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
DIBluetoothAvrcpController.aidl27 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothPan.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothA2dpSink.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothMap.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothA2dp.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothProfile.java160 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothInputDevice.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothAvrcpController.java163 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController
167 return mService.getConnectedDevices(); in getConnectedDevices()
DIBluetoothHeadset.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothPan.java285 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan
289 return mPanService.getConnectedDevices(); in getConnectedDevices()
DBluetoothA2dpSink.java298 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink
302 return mService.getConnectedDevices(); in getConnectedDevices()
DIBluetoothHeadsetClient.aidl35 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothMap.java263 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap
267 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothA2dp.java285 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dp
289 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothInputDevice.java371 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothInputDevice
375 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothHeadset.java400 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadset
404 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothHeadsetClient.java524 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadsetClient
528 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothHealth.java377 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHealth
DBluetoothGattServer.java713 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGattServer
DBluetoothGatt.java1305 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGatt
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
670 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();
/frameworks/base/media/java/android/media/
DAudioService.java2882 deviceList = mA2dp.getConnectedDevices();
2902 deviceList = proxy.getConnectedDevices();
2922 deviceList = mBluetoothHeadset.getConnectedDevices();
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1866 List<BluetoothDevice> deviceList = mBtHeadset.getConnectedDevices(); in getCurrentBluetoothPingCount()
/frameworks/base/api/
Dsystem-current.txt6008 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();

12