Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java122 when(config.isMandatoryCodec()).thenReturn(false); in isHighQualityAudioEnabled()
124 when(config.isMandatoryCodec()).thenReturn(true); in isHighQualityAudioEnabled()
185 when(config.isMandatoryCodec()).thenReturn(true); in getLabelDeviceConnectedButNotHighQualityCodec()
200 when(config.isMandatoryCodec()).thenReturn(false); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
DBluetoothCodecConfig.java23 public boolean isMandatoryCodec() { return true; } in isMandatoryCodec() method in BluetoothCodecConfig
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java231 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
272 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.java288 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig
/frameworks/base/config/
Dboot-image-profile.txt1228 HPLandroid/bluetooth/BluetoothCodecConfig;->isMandatoryCodec()Z