Removed unused getCodecName in tests
Bug: 218311980 Tag: #feature Test: atest Change-Id: I971c8d922207c52efafbc2b7b0459d41db920230
This commit is contained in:
@@ -206,9 +206,8 @@ public class A2dpProfileTest {
|
||||
|
||||
when(config.isMandatoryCodec()).thenReturn(false);
|
||||
when(config.getCodecType()).thenReturn(4);
|
||||
when(config.getCodecName()).thenReturn("LDAC");
|
||||
assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo(
|
||||
String.format(KNOWN_CODEC_LABEL, config.getCodecName()));
|
||||
String.format(KNOWN_CODEC_LABEL, "LDAC"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user