/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 | MapClientProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 155 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
|
D | MapProfile.java | 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
|
D | CsipSetCoordinatorProfile.java | 69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 118 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in CsipSetCoordinatorProfile
|
D | HfpClientProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 117 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
|
D | A2dpProfile.java | 72 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 129 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile 217 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
|
D | HeadsetProfile.java | 68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 183 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
|
D | VolumeControlProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 230 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in VolumeControlProfile
|
D | HearingAidProfile.java | 96 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 159 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
|
D | LeAudioProfile.java | 71 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 131 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LeAudioProfile
|
D | LocalBluetoothLeBroadcastAssistant.java | 80 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); 372 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LocalBluetoothLeBroadcastAssistant
|
D | HidDeviceProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
|
D | HapClientProfile.java | 88 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 182 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HapClientProfile
|
D | PanProfile.java | 114 final List<BluetoothDevice> sinks = mService.getConnectedDevices(); in setEnabled()
|
D | HidProfile.java | 60 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
|
D | LocalBluetoothLeBroadcast.java | 976 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LocalBluetoothLeBroadcast 981 return mServiceBroadcast.getConnectedDevices(); in getConnectedDevices() 1106 for (BluetoothDevice device : mServiceBroadcastAssistant.getConnectedDevices()) { in stopLocalSourceReceivers() 1134 List<BluetoothDevice> connectedDevices = mServiceBroadcastAssistant.getConnectedDevices(); in updateFallbackActiveDeviceIfNeeded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 43 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothControllerImpl.java | 138 pw.print(" mConnectedDevices="); pw.println(getConnectedDevices()); in dump() 179 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothControllerImpl 277 List<CachedBluetoothDevice> newList = status.getConnectedDevices(); in onConnectionStatusFetched()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeBluetoothController.java | 86 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in FakeBluetoothController
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | LegacyBluetoothRouteController.java | 296 if (mA2dpProfile != null && mA2dpProfile.getConnectedDevices().contains(device)) { in createBluetoothRoute() 300 && mHearingAidProfile.getConnectedDevices().contains(device)) { in createBluetoothRoute() 307 && mLeAudioProfile.getConnectedDevices().contains(device)) { in createBluetoothRoute() 451 for (BluetoothDevice device : proxy.getConnectedDevices()) { in onServiceConnected()
|
D | BluetoothProfileMonitor.java | 86 return bluetoothProfile.getConnectedDevices().contains(device); in isProfileSupported()
|
/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/tests/mockingservicestests/src/com/android/server/deviceidle/ |
D | BluetoothConstraintTest.java | 144 when(mBluetoothManager.getConnectedDevices(eq(BluetoothProfile.GATT))) in enableBluetooth()
|