Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java238 private static final String ALLOW_ATT_CONV = "convos"; field in ZenModeConfig
962 rt.allowConversations = safeBoolean(parser, ALLOW_ATT_CONV, DEFAULT_ALLOW_CONV); in readXml()
1086 out.attributeBoolean(null, ALLOW_ATT_CONV, allowConversations); in writeXml()