Merge "Change Context parameter to @NonNull."

This commit is contained in:
Amit Mahajan
2020-02-27 19:02:14 +00:00
committed by Gerrit Code Review

View File

@@ -29752,7 +29752,7 @@ package android.net.rtp {
public class AudioGroup {
ctor @Deprecated public AudioGroup();
ctor public AudioGroup(@Nullable android.content.Context);
ctor public AudioGroup(@NonNull android.content.Context);
method public void clear();
method public int getMode();
method public android.net.rtp.AudioStream[] getStreams();