Home
last modified time | relevance | path

Searched refs:getA2dpActiveDevice (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DActiveDeviceManagerTest.java292 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpDevice); in a2dpActiveDeviceSelected_setActive()
442 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in hfpActivatedAfterA2dpActivated_shouldNotActivateA2dpAgain()
529 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
538 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
544 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
550 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
556 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
566 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
572 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
578 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset()
[all …]
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java92 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onIndexUpdated()
161 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getCurrentCodecConfig()
186 (device != null) ? device : getA2dpActiveDevice(); in getSelectableConfigs()
203 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getSelectableByCodecType()
DBluetoothHDAudioPreferenceController.java56 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in updateState()
88 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()
DBluetoothCodecListPreferenceController.java103 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()
290 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in getBluetoothCodecStatus()
325 BluetoothDevice activeDevice = getA2dpActiveDevice(); in isHDAudioEnabled()
DAbstractBluetoothPreferenceController.java101 protected BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AbstractBluetoothPreferenceController
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java219 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive()
282 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AvrcpTargetService
367 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume()
384 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged()
527 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java407 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getCodecValue()
481 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setCodecValue()
487 mBluetoothA2dp.setCodecConfigPreference(getA2dpActiveDevice(), codecConfig); in setCodecValue()
512 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in A2dpReceiver
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java1312 BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in ActiveDeviceManager