Home | History | Annotate | Download | only in notification

Lines Matching refs:allowMessages

102     public boolean allowMessages;
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));