cmsdk: Clean up documentation.

Change-Id: I1ffc22376b6241484b2208b0cd1daffc47aa9288
This commit is contained in:
Adnan Begovic 2015-08-03 12:45:36 -07:00
parent 6b7fd5f94f
commit 7034da2d4b
2 changed files with 4 additions and 4 deletions

View File

@ -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
* <p>
*/
public final void removeCustomTile(String pkg, String tag, int id) {

View File

@ -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;