Searched refs:allowMessagesFrom (Results 1 – 6 of 6) sorted by relevance
172 public int allowMessagesFrom = DEFAULT_SOURCE; field in ZenModeConfig192 allowMessagesFrom = source.readInt(); in ZenModeConfig()220 dest.writeInt(allowMessagesFrom); in writeToParcel()257 .append(",allowMessagesFrom=").append(sourceToString(allowMessagesFrom)) in toString()318 if (allowMessagesFrom != to.allowMessagesFrom) { in diff()319 d.addLine("allowMessagesFrom", allowMessagesFrom, to.allowMessagesFrom); in diff()427 && other.allowMessagesFrom == allowMessagesFrom in equals()441 allowCallsFrom, allowMessagesFrom, allowReminders, allowEvents, in hashCode()527 rt.allowMessagesFrom = messagesFrom; in readXml()531 rt.allowMessagesFrom = from; in readXml()[all …]
236 config.allowMessagesFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()
176 return shouldInterceptAudience(policy.allowMessagesFrom(), record); in shouldIntercept()
660 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()
1942 public int allowMessagesFrom() { in allowMessagesFrom() method in NotificationManager.Policy
63817 Landroid/service/notification/ZenModeConfig;->allowMessagesFrom:I