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

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

Merge "MediaSession2: Add from add/remove an item from playlist"

parents 9e69820b 91f6f503
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -170,6 +170,14 @@ public class MockPlayer implements MediaPlayerInterface {
        mPlaylistParams = params;
    }

    @Override
    public void addPlaylistItem(int index, MediaItem2 item) {
    }

    @Override
    public void removePlaylistItem(MediaItem2 item) {
    }

    @Override
    public PlaylistParams getPlaylistParams() {
        return mPlaylistParams;