Searched refs:ALLOW_ATT_EVENTS (Results 1 – 1 of 1) sorted by relevance
91 private static final String ALLOW_ATT_EVENTS = "events"; field in ZenModeConfig397 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml()436 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents)); in writeXml()1140 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, in readXml()