Searched refs:allowEvents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 118 public boolean allowEvents = DEFAULT_ALLOW_EVENTS; field in ZenModeConfig 133 allowEvents = source.readInt() == 1; in ZenModeConfig() 156 dest.writeInt(allowEvents ? 1 : 0); in writeToParcel() 187 .append(",allowEvents=").append(allowEvents) in toString() 219 if (allowEvents != to.allowEvents) { in diff() 220 d.addLine("allowEvents", allowEvents, to.allowEvents); in diff() 318 && other.allowEvents == allowEvents in equals() 327 allowMessagesFrom, allowReminders, allowEvents, user, automaticRules, manualRule); in hashCode() 397 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS); in readXml() 436 out.attribute(null, ALLOW_ATT_EVENTS, Boolean.toString(allowEvents)); in writeXml() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 253 config.allowEvents, config.allowReminders); in dump() 551 rt.allowEvents = v1.allowEvents;
|
D | ZenModeFiltering.java | 146 if (!config.allowEvents) { in shouldIntercept()
|