History log of /frameworks/base/media/java/android/media/MediaMetadataEditor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
edb158f55f48a1f7b2cbf30ddec9b8917dc9a619 18-Jul-2014 RoboErik <epastern@google.com> Deprecate apis that were replaced by sessions

These classes all have new components in the session APIs.

bug:16218444
Change-Id: Ib64ff0e23503e4c9eb2fd9162a878e1eaba7c4df
/frameworks/base/media/java/android/media/MediaMetadataEditor.java
42ea7eecd149161ed192d3029f0d77d1d08a4aa5 17-May-2014 RoboErik <epastern@google.com> Rename session classes to have media prefix, hide routes

This renames several of the core session classes to be prefixed
with Media. It also adds @hide to all route references for now.

Change-Id: Idb42897d490cf24626e4e93ca975b2cb93ec054c
/frameworks/base/media/java/android/media/MediaMetadataEditor.java
f1372428f2df781c71c71caa2f6a4db6f847cf10 23-Apr-2014 RoboErik <epastern@google.com> Add Session API calls to RCC and AudioManager

This makes RCC and MediaButtonReceiver (via AudioManager) also use the new Session APIs in parallel to their existing code. This will allow us to bring up the Session compatibility pieces without disrupting the old behavior and then switch everything over to just using the new APIs when ready.

Change-Id: I33ce0a044dea3ec763f2302b91a5e415be27d4a4
/frameworks/base/media/java/android/media/MediaMetadataEditor.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/media/java/android/media/MediaMetadataEditor.java
f841d70155c991b6cf728dd41e6d37e051be453d 18-Sep-2013 Jean-Michel Trivi <jmtrivi@google.com> Fix javadoc in RemoteControlClient and MediaMetadataEditor

Change-Id: Ibd333d9cb47e74c4ca1d8ec7bd950224d81783b0
/frameworks/base/media/java/android/media/MediaMetadataEditor.java
88183e67d4628e8c8a3310af0076b6f33f955cb2 07-Sep-2013 Jean-Michel Trivi <jmtrivi@google.com> Revise new public API for ratings in RemoteControlClient

Refactor RemoteControlClient.MetadataEditor to move functionality
in new abstract class MediaMetadataEditor, so it can be also
used on the "display" side of the RemoteControl functionality.
Compatibility of these changes has been tested against
existing Play applications which use the RemoteControlClient API.

Move the new constants and method definitions related to the
ratings feature to MediaMetadataEditor. This changes the
yet-to-be-published ratings API, so this doesn't break
compatibility.
Rating feature is handled by the new Rating class with a set
of constructors that handle the different rating models.

Bug 8440498

Change-Id: I9b6dc2204bfc48594bad5cd6449d357f8a485da0
/frameworks/base/media/java/android/media/MediaMetadataEditor.java