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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java96 public boolean allowMessages; field in class:ZenModeConfig
114 allowMessages = source.readInt() == 1;
141 dest.writeInt(allowMessages ? 1 : 0);
174 .append(",allowMessages=").append(allowMessages)
208 && other.allowMessages == allowMessages
224 return Objects.hash(allowCalls, allowMessages, allowFrom, allowEvents, sleepMode,
291 rt.allowMessages = safeBoolean(parser, ALLOW_ATT_MESSAGES, false);
334 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages));
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java179 if (!mConfig.allowMessages) {
180 ZenLog.traceIntercepted(record, "!allowMessages");

Completed in 855 milliseconds