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

Commit 18c5a769 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MediaSession2: Add reset() to the MediaPlayerBase"

parents cdf22ce8 598c981f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -62,6 +62,11 @@ public class MockPlayer extends MediaPlayerBase {
        // no-op
    }

    @Override
    public void reset() {
        // no-op
    }

    @Override
    public void play() {
        mPlayCalled = true;