Searched refs:DEFAULT_ALLOW_EVENTS (Results 1 – 1 of 1) sorted by relevance
100 private static final boolean DEFAULT_ALLOW_EVENTS = false; field in ZenModeConfig170 public boolean allowEvents = DEFAULT_ALLOW_EVENTS;521 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml()