Searched refs:allowMessages (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 116 public boolean allowMessages = DEFAULT_ALLOW_MESSAGES; field in ZenModeConfig 131 allowMessages = source.readInt() == 1; in ZenModeConfig() 154 dest.writeInt(allowMessages ? 1 : 0); in writeToParcel() 183 .append(",allowMessages=").append(allowMessages) in toString() 207 if (allowMessages != to.allowMessages) { in diff() 208 d.addLine("allowMessages", allowMessages, to.allowMessages); in diff() 314 && other.allowMessages == allowMessages in equals() 326 return Objects.hash(allowCalls, allowRepeatCallers, allowMessages, allowCallsFrom, in hashCode() 394 rt.allowMessages = safeBoolean(parser, ALLOW_ATT_MESSAGES, false); in readXml() 434 out.attribute(null, ALLOW_ATT_MESSAGES, Boolean.toString(allowMessages)); in writeXml() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 252 config.allowMessages, config.allowMessagesFrom, in dump() 553 rt.allowMessages = v1.allowMessages;
|
D | ZenModeFiltering.java | 139 if (!config.allowMessages) { in shouldIntercept()
|