Merge "Use update constructor for AudioGroup."

am: 39ae795f38

Change-Id: Iad6be4c066adcec9ccfedc2a21ff199162c4a677
This commit is contained in:
Amit Mahajan
2019-11-01 17:11:24 -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