Home
last modified time | relevance | path

Searched defs:getConnectedDevices (Results 1 – 21 of 21) sorted by relevance

/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java43 List<CachedBluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothControllerImpl.java179 public List<CachedBluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeBluetoothController.kt65 override fun getConnectedDevices(): MutableList<CachedBluetoothDevice> = Collections.emptyList() in canConfigBluetooth() method in com.android.systemui.statusbar.policy.FakeBluetoothController
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DSapProfile.java154 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
DMapProfile.java156 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
DMapClientProfile.java155 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
DHfpClientProfile.java117 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
DPbapClientProfile.java119 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
DA2dpSinkProfile.java108 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkProfile
DCsipSetCoordinatorProfile.java118 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in CsipSetCoordinatorProfile
DHeadsetProfile.java183 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
DVolumeControlProfile.java249 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in VolumeControlProfile
DHearingAidProfile.java160 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HearingAidProfile
DA2dpProfile.java129 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
DLeAudioProfile.java177 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LeAudioProfile
DLocalBluetoothLeBroadcastAssistant.java482 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LocalBluetoothLeBroadcastAssistant
DHapClientProfile.java182 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HapClientProfile
DLocalBluetoothLeBroadcast.java1041 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in LocalBluetoothLeBroadcast
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java1360 public List<HdmiDeviceInfo> getConnectedDevices() { in getConnectedDevices() method in HdmiControlManager
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java529 /*package*/ @NonNull Collection<DeviceInfo> getConnectedDevices() { in getConnectedDevices() method in AudioDeviceInventory