/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeBluetoothController.java | 100 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in FakeBluetoothController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 43 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothControllerImpl.java | 126 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothControllerImpl
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 124 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
|
D | BluetoothPbap.java | 214 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbap
|
D | BluetoothProfile.java | 230 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothAvrcpController.java | 180 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController
|
D | BluetoothPbapClient.java | 224 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClient
|
D | BluetoothPan.java | 298 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan
|
D | BluetoothSap.java | 304 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothSap
|
D | BluetoothA2dpSink.java | 300 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink
|
D | BluetoothMap.java | 277 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap
|
D | BluetoothGattServer.java | 828 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGattServer
|
D | BluetoothHearingAid.java | 322 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHearingAid
|
D | BluetoothMapClient.java | 239 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapClient
|
D | BluetoothA2dp.java | 381 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dp
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | MapProfile.java | 168 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
|
D | MapClientProfile.java | 167 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
|
D | A2dpSinkProfile.java | 111 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkProfile
|
D | SapProfile.java | 171 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
|
D | HfpClientProfile.java | 120 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
|
D | PbapClientProfile.java | 126 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
|
D | HeadsetProfile.java | 202 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
|
D | HearingAidProfile.java | 120 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
|
D | A2dpProfile.java | 126 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
|