Searched refs:getA2dpActiveDevice (Results 1 – 8 of 8) sorted by relevance
292 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 …]
92 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onIndexUpdated()161 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getCurrentCodecConfig()186 (device != null) ? device : getA2dpActiveDevice(); in getSelectableConfigs()203 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getSelectableByCodecType()
56 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in updateState()88 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()
103 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()290 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in getBluetoothCodecStatus()325 BluetoothDevice activeDevice = getA2dpActiveDevice(); in isHDAudioEnabled()
101 protected BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AbstractBluetoothPreferenceController
219 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive()282 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AvrcpTargetService367 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume()384 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged()527 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent()
407 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
1312 BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in ActiveDeviceManager