Home
last modified time | relevance | path

Searched refs:getCodecConfig (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java443 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_A)); in testBluetoothCodecStatus_get_methods()
444 assertTrue(Objects.equals(bcs_A.getCodecConfig(), config_B)); in testBluetoothCodecStatus_get_methods()
445 assertFalse(Objects.equals(bcs_A.getCodecConfig(), config_C)); in testBluetoothCodecStatus_get_methods()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java144 public @Nullable BluetoothCodecConfig getCodecConfig() { in getCodecConfig() method in BluetoothCodecStatus
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java121 when(status.getCodecConfig()).thenReturn(config); in isHighQualityAudioEnabled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java230 codecConfig = mService.getCodecStatus(device).getCodecConfig(); in isHighQualityAudioEnabled()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java235 final BluetoothCodecConfig btCodecConfig = btCodecStatus.getCodecConfig(); in getA2dpCodec()