public class CurrentTimeUserMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isEventsSkipped
If true, indicates some events might have been skipped
For example, will happen after system sleep mode ended |
long |
time
Current providers time
|
| Constructor and Description |
|---|
CurrentTimeUserMessage(long time) |
CurrentTimeUserMessage(long time,
boolean isEventsSkipped) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final long time
public final boolean isEventsSkipped