OSDN Git Service

Begin refactor of MediaFocusControl
authorJean-Michel Trivi <jmtrivi@google.com>
Fri, 21 Mar 2014 16:15:43 +0000 (09:15 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Tue, 25 Mar 2014 17:47:58 +0000 (10:47 -0700)
commitde23f5636010143938e143809b70c28ab15aa1ef
treec121493a5d824c2c79d938fa286958fcd6022e33
parent7638b1f3b56d8176e401a4067b18749682635f0c
Begin refactor of MediaFocusControl

Extract class that handles each entry in the remote control stack
  and move it to another file, MediaController.java.
Rename RemoteControlStackEntry to MediaController as each instance
  will not just encapsulate information about the corresponding
  (if any) RemoteControlClient.
This is just a CL for the renaming and extraction into a new file
  of existing code. Obvious required changes are labelled "FIXME".

Change-Id: Ifbdac1d70e4d279ab175eef03e9d792d44873c51
media/java/android/media/MediaController.java [new file with mode: 0644]
media/java/android/media/MediaFocusControl.java