Home
last modified time | relevance | path

Searched defs:activeDevices (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceController.java105 List<BluetoothDevice> activeDevices = in getA2dpActiveDevice() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java330 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
349 List<BluetoothDevice> activeDevices = leAudioProfile.getActiveDevices(); in findActiveLeAudioDevice() local
DMediaOutputPreferenceController.java233 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinderTest.java129 List<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java516 List<BluetoothDevice> activeDevices = in getA2dpActiveDevice() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java556 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1359 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchBufferSizeCallback() local
1384 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchCodecCallback() local
3327 List<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2541 List<BluetoothDevice> activeDevices = mService.getActiveDevices(); in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2728 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(2); in getActiveDevices() local