Skip to content

Commit 71c6989

Browse files
committed
Fix docs
Change-Id: If0215c02abf419d14f28574b751c9dfc2f27bcbe
1 parent ae20ae1 commit 71c6989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/java/android/media/MediaRouter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ public void setIconDrawable(Drawable icon) {
629629
* Set an icon that will be used to represent this route.
630630
* The system may use this icon in picker UIs or similar.
631631
*
632-
* @param icon Resource ID of an icon drawable to use to represent this route
632+
* @param resId Resource ID of an icon drawable to use to represent this route
633633
*/
634634
public void setIconResource(int resId) {
635635
setIconDrawable(sStatic.mResources.getDrawable(resId));
@@ -756,7 +756,7 @@ public void setIconDrawable(Drawable icon) {
756756
* Set an icon that will be used to represent this group.
757757
* The system may use this icon in picker UIs or similar.
758758
*
759-
* @param icon Resource ID of an icon drawable to use to represent this group
759+
* @param resId Resource ID of an icon drawable to use to represent this group
760760
*/
761761
public void setIconResource(int resId) {
762762
setIconDrawable(sStatic.mResources.getDrawable(resId));

0 commit comments

Comments
 (0)