diff --git a/src/java/cyanogenmod/app/CustomTileListenerService.java b/src/java/cyanogenmod/app/CustomTileListenerService.java index 210d65ee..2c8036fd 100644 --- a/src/java/cyanogenmod/app/CustomTileListenerService.java +++ b/src/java/cyanogenmod/app/CustomTileListenerService.java @@ -209,7 +209,7 @@ public class CustomTileListenerService extends Service { * * @param pkg Package of the notifying app. * @param tag Tag of the custom tile as specified by the notifying app - * @param id ID of the notification as specified by the notifying app + * @param id ID of the custom tile as specified by the notifying app *

*/ public final void removeCustomTile(String pkg, String tag, int id) { diff --git a/src/java/cyanogenmod/app/StatusBarPanelCustomTile.java b/src/java/cyanogenmod/app/StatusBarPanelCustomTile.java index b686e3b4..d467aecc 100644 --- a/src/java/cyanogenmod/app/StatusBarPanelCustomTile.java +++ b/src/java/cyanogenmod/app/StatusBarPanelCustomTile.java @@ -201,13 +201,13 @@ public class StatusBarPanelCustomTile implements Parcelable { } /** - * Returns a userHandle for the instance of the app that posted this notification. + * Returns a userHandle for the instance of the app that posted this tile. */ public int getUserId() { return this.user.getIdentifier(); } - /** The package of the app that posted the notification */ + /** The package of the app that posted the tile */ public String getPackage() { return pkg; } @@ -223,7 +223,7 @@ public class StatusBarPanelCustomTile implements Parcelable { } /** - * A unique instance key for this notification record. + * A unique instance key for this tile record. */ public String getKey() { return key;