Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java120 public int allowMessagesFrom = DEFAULT_SOURCE; field in ZenModeConfig
135 allowMessagesFrom = source.readInt(); in ZenModeConfig()
158 dest.writeInt(allowMessagesFrom); in writeToParcel()
185 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString()
213 if (allowMessagesFrom != to.allowMessagesFrom) { in diff()
214 d.addLine("allowMessagesFrom", allowMessagesFrom, to.allowMessagesFrom); in diff()
316 && other.allowMessagesFrom == allowMessagesFrom in equals()
327 allowMessagesFrom, allowReminders, allowEvents, user, automaticRules, manualRule); in hashCode()
403 rt.allowMessagesFrom = messagesFrom; in readXml()
407 rt.allowMessagesFrom = from; in readXml()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java143 return shouldInterceptAudience(config.allowMessagesFrom, record); in shouldIntercept()
DZenModeHelper.java252 config.allowMessages, config.allowMessagesFrom, in dump()
554 rt.allowMessagesFrom = v1.allowFrom;