Home
last modified time | relevance | path

Searched refs:allowMessages (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java128 public boolean allowMessages = DEFAULT_ALLOW_MESSAGES; field in ZenModeConfig
145 allowMessages = source.readInt() == 1; in ZenModeConfig()
170 dest.writeInt(allowMessages ? 1 : 0); in writeToParcel()
201 .append(",allowMessages=").append(allowMessages) in toString()
227 if (allowMessages != to.allowMessages) { in diff()
228 d.addLine("allowMessages", allowMessages, to.allowMessages); in diff()
340 && other.allowMessages == allowMessages in equals()
354 return Objects.hash(allowCalls, allowRepeatCallers, allowMessages, allowCallsFrom, in hashCode()
419 rt.allowMessages = safeBoolean(parser, ALLOW_ATT_MESSAGES, false); in readXml()
464 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages)); in writeXml()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java142 if (!config.allowMessages) { in shouldIntercept()
DZenModeHelper.java601 config.allowRepeatCallers, config.allowMessages, in dump()