Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java127 when(config.isMandatoryCodec()).thenReturn(false); in isHighQualityAudioEnabled()
129 when(config.isMandatoryCodec()).thenReturn(true); in isHighQualityAudioEnabled()
183 when(config.isMandatoryCodec()).thenReturn(true); in getLabelDeviceConnectedButNotHighQualityCodec()
198 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.java213 return !codecConfig.isMandatoryCodec(); in isHighQualityAudioEnabled()
251 if (selectable == null || selectable.length < 1 || selectable[0].isMandatoryCodec()) { in getHighQualityAudioOptionLabel()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java287 public boolean isMandatoryCodec() { in isMandatoryCodec() method in BluetoothCodecConfig