Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpSinkProfile.java63 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()
DPbapClientProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
119 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
154 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
DMapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
155 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
DCsipSetCoordinatorProfile.java69 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
118 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in CsipSetCoordinatorProfile
DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
117 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
DA2dpProfile.java72 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()
DHeadsetProfile.java68 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
183 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
DVolumeControlProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
230 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in VolumeControlProfile
DHearingAidProfile.java96 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
159 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
DLeAudioProfile.java71 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
131 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LeAudioProfile
DLocalBluetoothLeBroadcastAssistant.java80 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
372 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LocalBluetoothLeBroadcastAssistant
DHidDeviceProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
DHapClientProfile.java88 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
182 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HapClientProfile
DPanProfile.java114 final List<BluetoothDevice> sinks = mService.getConnectedDevices(); in setEnabled()
DHidProfile.java60 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
DLocalBluetoothLeBroadcast.java976 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/
DBluetoothController.java43 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothControllerImpl.java138 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/
DFakeBluetoothController.java86 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in FakeBluetoothController
/frameworks/base/services/core/java/com/android/server/media/
DLegacyBluetoothRouteController.java296 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()
DBluetoothProfileMonitor.java86 return bluetoothProfile.getConnectedDevices().contains(device); in isProfileSupported()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/
DBluetoothConstraint.java116 return bluetoothManager.getConnectedDevices(BluetoothProfile.GATT).size() > 0; in isBluetoothConnected()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/deviceidle/
DBluetoothConstraintTest.java144 when(mBluetoothManager.getConnectedDevices(eq(BluetoothProfile.GATT))) in enableBluetooth()

12