Home
last modified time | relevance | path

Searched defs:activeDevices (Results 1 – 8 of 8) 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.java631 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java852 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchBufferSizeCallback() local
872 List<BluetoothDevice> activeDevices = getActiveDevices(BluetoothProfile.A2DP); in switchCodecCallback() local
4338 List<BluetoothDevice> activeDevices = new ArrayList<>(); in getActiveDevices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1197 ArrayList<BluetoothDevice> activeDevices = new ArrayList<>(2); in getActiveDevices() local