| java.lang.Object | |
| ↳ | cyanogenmod.app.StatusBarPanelCustomTile |
Class encapsulating a Custom Tile. Sent by the StatusBarManagerService to clients including
the status bar panel and any CustomTileListenerService clients.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The
CustomTile supplied to
publishTile(int, cyanogenmod.app.CustomTile).
| |||||||||||
The id supplied to CMStatusBarManager
| |||||||||||
A unique instance key for this tile record.
| |||||||||||
The package of the app that posted the tile
| |||||||||||
The time (in
currentTimeMillis() time) the CustomTile was published,
| |||||||||||
The tag supplied to CMStatusBarManager or null if no tag was specified.
| |||||||||||
The
UserHandle for whom this CustomTile is intended.
| |||||||||||
Returns a userHandle for the instance of the app that posted this tile.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
The CustomTile supplied to
publishTile(int, cyanogenmod.app.CustomTile).
The time (in currentTimeMillis() time) the CustomTile was published,
The tag supplied to CMStatusBarManager or null if no tag was specified.
The UserHandle for whom this CustomTile is intended.
Returns a userHandle for the instance of the app that posted this tile.