Home | History | Annotate | Download | only in notification

Lines Matching defs:allowEvents

155     public boolean allowEvents = DEFAULT_ALLOW_EVENTS;
173 allowEvents = source.readInt() == 1;
201 dest.writeInt(allowEvents ? 1 : 0);
235 .append(",allowEvents=").append(allowEvents)
271 if (allowEvents != to.allowEvents) {
272 d.addLine("allowEvents", allowEvents, to.allowEvents);
394 && other.allowEvents == allowEvents
406 allowCallsFrom, allowMessagesFrom, allowReminders, allowEvents,
477 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);
555 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
754 if (allowEvents) {
816 allowEvents = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_EVENTS) != 0;
1497 boolean allowEvents = (policy.priorityCategories
1502 return !allowReminders && !allowCalls && !allowMessages && !allowEvents
1521 && !config.allowEvents && !config.allowRepeatCallers