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

Commit 55e1bc6c authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Event handler should be private in MediaFocusControl

Change-Id: I034224d42a3cfed8c49bfee55b332068796f9977
parent b3316ef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2141,7 +2141,7 @@ public class MediaFocusControl implements OnFinished {
                new RccPlaybackState(state, timeMs, speed) /* obj */, 0 /* delay */);
    }

    protected void onNewPlaybackStateForRcc(int rccId, int state, RccPlaybackState newState) {
    private void onNewPlaybackStateForRcc(int rccId, int state, RccPlaybackState newState) {
        if(DEBUG_RC) Log.d(TAG, "onNewPlaybackStateForRcc(id=" + rccId + ", state=" + state
                + ", time=" + newState.mPositionMs + ", speed=" + newState.mSpeed + ")");
        synchronized(mRCStack) {