Sync clean up for Spatial audio classes from tm-dev to master

Change-Id: I868fe4eec1a25e0fc853e16bd2ea814b13181dec

Test: local build
Change-Id: I6ee69d97300549971b372b27cd99d5b2ff28c3c6
This commit is contained in:
Alan Huang
2022-03-23 23:26:30 +00:00
parent bbab9e1ad6
commit 79af6d552b
7 changed files with 7 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ public class SpatialAudioPreferenceControllerTest {
mContext = spy(RuntimeEnvironment.application);
when(mContext.getSystemService(AudioManager.class)).thenReturn(mAudioManager);
when(mAudioManager.getSpatializer()).thenReturn(mSpatializer);
mController = new SpatialAudioPreferenceController(mContext);
mController = new SpatialAudioPreferenceController(mContext, "unused");
}
@Test