Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothPreferenceController.java105 List<BluetoothDevice> activeDevices = in getA2dpActiveDevice() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java293 List<BluetoothDevice> activeDevices = mActiveDevices.get(profile); in handleProfileDisconnected() local
470 List<BluetoothDevice> activeDevices = mActiveDevices.get(profile); in activateDeviceProfile() local
587 List<BluetoothDevice> activeDevices = mActiveDevices.get(profile); in setActiveDevice() local
DAdapterService.java1361 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchBufferSizeCallback() local
1389 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchCodecCallback() local
5194 List<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java306 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() local
325 List<BluetoothDevice> activeDevices = leAudioProfile.getActiveDevices(); in findActiveLeAudioDevice() local
DMediaOutputPreferenceController.java224 List<BluetoothDevice> activeDevices = hearingAidProfile.getActiveDevices(); in findActiveHearingAidDevice() 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.java624 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2788 List<BluetoothDevice> activeDevices = mService.getActiveDevices(); in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2289 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(2); in getActiveDevices() local