/packages/apps/Settings/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceController.java | 94 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange() 116 BluetoothDevice activeDevice = getA2dpActiveDevice(); in updateState() 194 (device != null) ? device : getA2dpActiveDevice(); in setCodecConfigPreference() 205 (device != null) ? device : getA2dpActiveDevice(); in getCodecConfig() 217 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AbstractBluetoothA2dpPreferenceController
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ActiveDeviceManagerTest.java | 277 Assert.assertEquals(mA2dpDevice, mActiveDeviceManager.getA2dpActiveDevice()); in a2dpActiveDeviceSelected_setActive() 395 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in hfpActivatedAfterA2dpActivated_shouldNotActivateA2dpAgain() 446 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 455 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 461 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 467 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 473 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 483 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 489 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mSecondaryAudioDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() 495 assertThat(mActiveDeviceManager.getA2dpActiveDevice()).isEqualTo(mA2dpHeadsetDevice); in a2dpHeadsetActivated_whileActivatingAnotherA2dpHeadset() [all …]
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothDialogPreferenceController.java | 90 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onIndexUpdated() 159 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getCurrentCodecConfig() 184 (device != null) ? device : getA2dpActiveDevice(); in getSelectableConfigs() 201 BluetoothDevice activeDevice = getA2dpActiveDevice(); in getSelectableByCodecType()
|
D | BluetoothHDAudioPreferenceController.java | 56 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in updateState() 88 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()
|
D | BluetoothCodecDialogPreferenceController.java | 79 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in getSelectableIndex() 103 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in writeConfigurationValues()
|
D | AbstractBluetoothListPreferenceController.java | 140 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in getBluetoothCodecStatus() 223 BluetoothDevice activeDevice = getA2dpActiveDevice(); in isHDAudioEnabled()
|
D | AbstractBluetoothPreferenceController.java | 101 protected BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AbstractBluetoothPreferenceController
|
D | BluetoothCodecListPreferenceController.java | 107 final BluetoothDevice activeDevice = getA2dpActiveDevice(); in onPreferenceChange()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpTargetService.java | 153 BluetoothDevice activeDevice = getA2dpActiveDevice(); in onReceive() 280 private BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in AvrcpTargetService 368 BluetoothDevice activeDevice = getA2dpActiveDevice(); in setVolume() 385 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendVolumeChanged() 501 BluetoothDevice activeDevice = getA2dpActiveDevice(); in sendMediaKeyEvent()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 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
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ActiveDeviceManager.java | 1195 BluetoothDevice getA2dpActiveDevice() { in getA2dpActiveDevice() method in ActiveDeviceManager
|