am f958732b: Merge "Fix docs" into jb-dev

* commit 'f958732bd3924205d9f8bda94f4f6e3bb4045b28':
  Fix docs
This commit is contained in:
Adam Powell
2012-06-12 12:43:57 -07:00
committed by Android Git Automerger

View 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));