/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeBluetoothController.java | 110 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in FakeBluetoothController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 45 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 140 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
|
D | BluetoothHealth.java | 264 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHealth
|
D | BluetoothAvrcpController.java | 116 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController
|
D | BluetoothPbap.java | 218 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbap
|
D | BluetoothPbapClient.java | 163 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClient
|
D | BluetoothProfile.java | 295 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothA2dpSink.java | 184 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink
|
D | BluetoothSap.java | 244 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothSap
|
D | BluetoothPan.java | 298 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan
|
D | BluetoothMap.java | 260 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap
|
D | BluetoothGattServer.java | 828 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothGattServer
|
D | BluetoothHearingAid.java | 227 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHearingAid
|
D | BluetoothMapClient.java | 229 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapClient
|
D | BluetoothHidHost.java | 332 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHidHost
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | SapProfile.java | 154 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
|
D | MapProfile.java | 156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
|
D | MapClientProfile.java | 157 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
|
D | HfpClientProfile.java | 117 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
|
D | A2dpSinkProfile.java | 108 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkProfile
|
D | PbapClientProfile.java | 119 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
|
D | HeadsetProfile.java | 188 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
|
D | HearingAidProfile.java | 123 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
|
D | A2dpProfile.java | 125 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
|