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

Commit 1c719712 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add javadoc for the nullable handler parameter

Bug: 172934725
Test: Manually built the tree
Change-Id: If9d99d20c3dd3108532adf0d9f6b83d84fc48f34
parent e03063e1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4232,8 +4232,10 @@ public class MediaPlayer extends PlayerBase
     * @see OnRtpRxNoticeListener
     *
     * @param listener the listener called after a notice from RTP Rx
     * @param handler the {@link Handler} that receives RTP Tx events
     *
     * @param handler the {@link Handler} that receives RTP Tx events. If null is passed,
     *                notifications will be posted on the thread that created this MediaPlayer
     *                instance. If the creating thread does not have a {@link Looper}, then
     *                notifications will be posted on the main thread.
     * @hide
     */
    @SystemApi