Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java172 public int allowMessagesFrom = DEFAULT_SOURCE; field in ZenModeConfig
192 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 …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java236 config.allowMessagesFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java176 return shouldInterceptAudience(policy.allowMessagesFrom(), record); in shouldIntercept()
DZenModeHelper.java660 ZenModeConfig.sourceToString(config.allowMessagesFrom), in dump()
/frameworks/base/core/java/android/app/
DNotificationManager.java1942 public int allowMessagesFrom() { in allowMessagesFrom() method in NotificationManager.Policy
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63817 Landroid/service/notification/ZenModeConfig;->allowMessagesFrom:I