diff options
-rw-r--r-- | media/java/android/media/MediaRouter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/java/android/media/MediaRouter.java b/media/java/android/media/MediaRouter.java index ec8efee..7c74f0a 100644 --- a/media/java/android/media/MediaRouter.java +++ b/media/java/android/media/MediaRouter.java @@ -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)); |