Searched refs:allowMessages (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 128 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/ |
D | ZenModeFiltering.java | 142 if (!config.allowMessages) { in shouldIntercept()
|
D | ZenModeHelper.java | 601 config.allowRepeatCallers, config.allowMessages, in dump()
|