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

Commit e2cd0485 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Change Context parameter to @NonNull.

per API-council feedback.

Test: basic sanity; only an annotation change
Bug: 148380226
Merged-in: Ife6befc7be5cd488265135d6c77c0557c7545f38
Change-Id: Ife6befc7be5cd488265135d6c77c0557c7545f38
(cherry picked from commit 3d70a9a8)
parent be0d76d3
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();