Searched refs:allowMessagesFrom (Results 1 – 3 of 3) sorted by relevance
157 public int allowMessagesFrom = DEFAULT_SOURCE; field in ZenModeConfig175 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 …]
173 return shouldInterceptAudience(config.allowMessagesFrom, record); in shouldIntercept()
589 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()