public class CalendarTracker extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
CalendarTracker.Callback |
static class |
CalendarTracker.CheckEventResult |
Constructor and Description |
---|
CalendarTracker(Context systemContext,
Context userContext) |
Modifier and Type | Method and Description |
---|---|
CalendarTracker.CheckEventResult |
checkEvent(ZenModeConfig.EventInfo filter,
long time) |
void |
dump(String prefix,
PrintWriter pw) |
void |
setCallback(CalendarTracker.Callback callback) |
public void setCallback(CalendarTracker.Callback callback)
public void dump(String prefix, PrintWriter pw)
public CalendarTracker.CheckEventResult checkEvent(ZenModeConfig.EventInfo filter, long time)