Change Context parameter to @NonNull.

per API-council feedback.

Test: basic sanity; only an annotation change
Bug: 148380226
Change-Id: Ife6befc7be5cd488265135d6c77c0557c7545f38
This commit is contained in:
Amit Mahajan
2020-02-14 10:42:33 -08:00
parent be255041db
commit 3d70a9a87a

View File

@@ -30816,7 +30816,7 @@ package android.net.rtp {
public class AudioGroup { public class AudioGroup {
ctor @Deprecated public 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 void clear();
method public int getMode(); method public int getMode();
method public android.net.rtp.AudioStream[] getStreams(); method public android.net.rtp.AudioStream[] getStreams();