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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java102 public boolean allowMessages; field in class:ZenModeConfig
121 allowMessages = source.readInt() == 1;
149 dest.writeInt(allowMessages ? 1 : 0);
183 .append(",allowMessages=").append(allowMessages)
218 && other.allowMessages == allowMessages
235 return Objects.hash(allowCalls, allowMessages, allowFrom, allowEvents, sleepMode, sleepNone,
302 rt.allowMessages = safeBoolean(parser, ALLOW_ATT_MESSAGES, false);
346 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages));
[all...]

Completed in 6 milliseconds