Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java123 when(config.isMandatoryCodec()).thenReturn(false); in isHighQualityAudioEnabled()
125 when(config.isMandatoryCodec()).thenReturn(true); in isHighQualityAudioEnabled()
186 when(config.isMandatoryCodec()).thenReturn(true); in getLabelDeviceConnectedButNotHighQualityCodec()
201 when(config.isMandatoryCodec()).thenReturn(false); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java249 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java187 assertTrue(bcc.isMandatoryCodec()); in testBluetoothCodecConfig_valid_get_methods()
189 assertFalse(bcc.isMandatoryCodec()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java430 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10064 Landroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z