From 7034da2d4bf9baae96f9914de05396da5135121f Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Mon, 3 Aug 2015 12:45:36 -0700 Subject: [PATCH] cmsdk: Clean up documentation. Change-Id: I1ffc22376b6241484b2208b0cd1daffc47aa9288 --- src/java/cyanogenmod/app/CustomTileListenerService.java | 2 +- src/java/cyanogenmod/app/StatusBarPanelCustomTile.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 void onListenerConnected() { * * @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 StatusBarPanelCustomTile clone() { } /** - * 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 String getTag() { } /** - * A unique instance key for this notification record. + * A unique instance key for this tile record. */ public String getKey() { return key;