Skip to content

Commit

Permalink
cmsdk: Clean up documentation.
Browse files Browse the repository at this point in the history
Change-Id: I1ffc22376b6241484b2208b0cd1daffc47aa9288
  • Loading branch information
Adnan Begovic committed Aug 3, 2015
1 parent 6b7fd5f commit 7034da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/java/cyanogenmod/app/CustomTileListenerService.java
Expand Up @@ -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
* <p>
*/
public final void removeCustomTile(String pkg, String tag, int id) {
Expand Down
6 changes: 3 additions & 3 deletions src/java/cyanogenmod/app/StatusBarPanelCustomTile.java
Expand Up @@ -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;
}
Expand All @@ -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;
Expand Down

0 comments on commit 7034da2

Please sign in to comment.