Merge "Use update constructor for AudioGroup." am: 39ae795f38

am: 2af1095c3e

Change-Id: I425e2548c52449e53eb092d0c2e62cbffb119130
This commit is contained in:
Amit Mahajan
2019-11-01 17:18:29 -07:00
committed by android-build-merger

View File

@@ -62,7 +62,7 @@ public class AudioGroupTest extends AndroidTestCase {
mSocketB.connect(mStreamB.getLocalAddress(), mStreamB.getLocalPort());
mStreamB.associate(mSocketB.getLocalAddress(), mSocketB.getLocalPort());
mGroup = new AudioGroup();
mGroup = new AudioGroup(mContext);
}
@Override