OSDN Git Service

Fix docs
authorAdam Powell <adamp@google.com>
Tue, 12 Jun 2012 03:12:56 +0000 (20:12 -0700)
committerAdam Powell <adamp@google.com>
Tue, 12 Jun 2012 03:12:56 +0000 (20:12 -0700)
Change-Id: If0215c02abf419d14f28574b751c9dfc2f27bcbe

media/java/android/media/MediaRouter.java

index ec8efee..7c74f0a 100644 (file)
@@ -629,7 +629,7 @@ public class MediaRouter {
          * Set an icon that will be used to represent this route.
          * The system may use this icon in picker UIs or similar.
          *
-         * @param icon Resource ID of an icon drawable to use to represent this route
+         * @param resId Resource ID of an icon drawable to use to represent this route
          */
         public void setIconResource(int resId) {
             setIconDrawable(sStatic.mResources.getDrawable(resId));
@@ -756,7 +756,7 @@ public class MediaRouter {
          * Set an icon that will be used to represent this group.
          * The system may use this icon in picker UIs or similar.
          *
-         * @param icon Resource ID of an icon drawable to use to represent this group
+         * @param resId Resource ID of an icon drawable to use to represent this group
          */
         public void setIconResource(int resId) {
             setIconDrawable(sStatic.mResources.getDrawable(resId));