/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpSinkProfile.java | 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 108 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkProfile 162 List<BluetoothDevice> srcs = mService.getConnectedDevices(); in isAudioPlaying()
|
D | PbapClientProfile.java | 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 119 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
|
D | SapProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 154 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
|
D | HfpClientProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 117 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
|
D | MapProfile.java | 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
|
D | A2dpProfile.java | 69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 125 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile 211 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
|
D | HeadsetProfile.java | 68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 188 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
|
D | HearingAidProfile.java | 61 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 123 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 116 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() 140 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
|
D | BluetoothAvrcpController.java | 116 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController 122 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHealth.java | 264 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHealth
|
D | BluetoothPbapClient.java | 164 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClient 171 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothPbap.java | 218 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbap 226 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothPan.java | 298 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan 303 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothSap.java | 245 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothSap 250 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothA2dpSink.java | 184 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink 189 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothProfile.java | 295 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothMap.java | 260 public @NonNull List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap 265 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothMapClient.java | 193 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapClient 198 return service.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHidDevice.java | 411 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHidDevice 415 return service.getConnectedDevices(); in getConnectedDevices()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 45 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothAirplaneModeListener.java | 247 return a2dp.getConnectedDevices().size() > 0; in isA2dpConnected() 255 return hearingAid.getConnectedDevices().size() > 0; in isHearingAidConnected()
|
/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/apex/jobscheduler/service/java/com/android/server/deviceidle/ |
D | BluetoothConstraint.java | 116 return bluetoothManager.getConnectedDevices(BluetoothProfile.GATT).size() > 0; in isBluetoothConnected()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothRouteProvider.java | 276 if (mA2dpProfile != null && mA2dpProfile.getConnectedDevices().contains(device)) { in createBluetoothRoute() 280 && mHearingAidProfile.getConnectedDevices().contains(device)) { in createBluetoothRoute() 411 for (BluetoothDevice device : proxy.getConnectedDevices()) { in onServiceConnected()
|