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.java102 List<BluetoothDevice> activeDevices = in getA2dpActiveDevice() local
/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java135 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
DAudioSwitchPreferenceController.java287 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
306 List<BluetoothDevice> activeDevices = leAudioProfile.getActiveDevices(); in findActiveLeAudioDevice() local
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java221 List<BluetoothDevice> activeDevices = in getA2dpActiveDevice() 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.java671 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1854 List<BluetoothDevice> activeDevices = mService.getActiveDevices(); in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1085 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchBufferSizeCallback() local
1108 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchCodecCallback() local
5577 List<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1455 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(2); in getActiveDevices() local