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

Commit 105fb4d0 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Change Context parameter to @NonNull." am: ba07b06d

Change-Id: I1245d557bc08aa9bcf9babfe226ad6f245f57a68
parents 3bc31d6b ba07b06d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();