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

Commit 7620d781 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Fix error in javadoc for android.media.AudioTrack"

parents e4324a0f 688b9cb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2470,8 +2470,8 @@ public class AudioTrack extends PlayerBase
    //--------------------
    /**
     * The list of AudioRouting.OnRoutingChangedListener interfaces added (with
     * {@link AudioRecord#addOnRoutingChangedListener} by an app to receive
     * (re)routing notifications.
     * {@link #addOnRoutingChangedListener(android.media.AudioRouting.OnRoutingChangedListener, Handler)}
     * by an app to receive (re)routing notifications.
     */
    @GuardedBy("mRoutingChangeListeners")
    private ArrayMap<AudioRouting.OnRoutingChangedListener,