summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2013-04-15 18:13:17 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-04-15 18:13:17 +0000
commitfb5e6bbd2bf9ad8a71fc798be3ef12b950476f43 (patch)
treeba290942d164dac680b1b1412f2cb23184860eec
parentd7f67d6f0b59c5aa0251127baa4c55037c902e7f (diff)
parente63b0609c3b5f6c21d4e006ee9ddd3ba98a4e684 (diff)
Merge "fix javadoc build" into jb-mr2-dev
-rw-r--r--media/java/android/media/RemoteControlClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/java/android/media/RemoteControlClient.java b/media/java/android/media/RemoteControlClient.java
index 1034e9372ec6..4a5e82e2c21a 100644
--- a/media/java/android/media/RemoteControlClient.java
+++ b/media/java/android/media/RemoteControlClient.java
@@ -278,7 +278,7 @@ public class RemoteControlClient
public final static int FLAG_KEY_MEDIA_NEXT = 1 << 7;
/**
* Flag indicating a RemoteControlClient can receive changes in the media playback position
- * through the {@link #OnPlaybackPositionUpdateListener} interface. This flag must be set
+ * through the {@link OnPlaybackPositionUpdateListener} interface. This flag must be set
* in order for components that display the RemoteControlClient information, to display and
* let the user control media playback position.
* @see #setTransportControlFlags(int)
@@ -679,7 +679,7 @@ public class RemoteControlClient
* Called on the implementer to notify it that the playback head should be set at the given
* position. If the position can be changed from its current value, the implementor of
* the interface must also update the playback position using
- * {@link RemoteControlClient#setPlaybackState(int, long, int)} to reflect the actual new
+ * {@link #setPlaybackState(int, long, float)} to reflect the actual new
* position being used, regardless of whether it differs from the requested position.
* Failure to do so would cause the system to not know the new actual playback position,
* and user interface components would fail to show the user where playback resumed after