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

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

Merge "Event handler should be private in MediaFocusControl"

parents 166bc5b6 55e1bc6c
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) {