Home | History | Annotate | Download | only in notification

Lines Matching defs:allowEvents

130     public boolean allowEvents = DEFAULT_ALLOW_EVENTS;
147 allowEvents = source.readInt() == 1;
172 dest.writeInt(allowEvents ? 1 : 0);
205 .append(",allowEvents=").append(allowEvents)
239 if (allowEvents != to.allowEvents) {
240 d.addLine("allowEvents", allowEvents, to.allowEvents);
344 && other.allowEvents == allowEvents
355 allowMessagesFrom, allowReminders, allowEvents, allowWhenScreenOff,
422 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);
466 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
641 if (allowEvents) {
685 allowEvents = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_EVENTS) != 0;