Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31d5855c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change Context parameter to @NonNull."

parents 80f53db3 3d70a9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30816,7 +30816,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();