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.java157 public int allowMessagesFrom = DEFAULT_SOURCE; field in ZenModeConfig
175 allowMessagesFrom = source.readInt(); in ZenModeConfig()
203 dest.writeInt(allowMessagesFrom); in writeToParcel()
240 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString()
283 if (allowMessagesFrom != to.allowMessagesFrom) { in diff()
284 d.addLine("allowMessagesFrom", allowMessagesFrom, to.allowMessagesFrom); in diff()
392 && other.allowMessagesFrom == allowMessagesFrom in equals()
406 allowCallsFrom, allowMessagesFrom, allowReminders, allowEvents, in hashCode()
483 rt.allowMessagesFrom = messagesFrom; in readXml()
487 rt.allowMessagesFrom = from; in readXml()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java173 return shouldInterceptAudience(config.allowMessagesFrom, record); in shouldIntercept()
DZenModeHelper.java589 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()