Searched defs:allowEvents (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java103 public boolean allowEvents = DEFAULT_ALLOW_EVENTS; field in class:ZenModeConfig
122 allowEvents = source.readInt() == 1;
150 dest.writeInt(allowEvents ? 1 : 0);
185 .append(",allowEvents=").append(allowEvents)
220 && other.allowEvents == allowEvents
235 return Objects.hash(allowCalls, allowMessages, allowFrom, allowEvents, sleepMode, sleepNone,
303 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);
347 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
[all...]

Completed in 7 milliseconds