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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java97 public boolean allowEvents = DEFAULT_ALLOW_EVENTS; field in class:ZenModeConfig
115 allowEvents = source.readInt() == 1;
142 dest.writeInt(allowEvents ? 1 : 0);
176 .append(",allowEvents=").append(allowEvents)
210 && other.allowEvents == allowEvents
224 return Objects.hash(allowCalls, allowMessages, allowFrom, allowEvents, sleepMode,
292 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);
335 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents));
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java186 if (!mConfig.allowEvents) {
187 ZenLog.traceIntercepted(record, "!allowEvents");

Completed in 70 milliseconds