Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java113 private static final boolean DEFAULT_ALLOW_CONV = true; field in ZenModeConfig
192 public boolean allowConversations = DEFAULT_ALLOW_CONV;
472 rt.allowConversations = safeBoolean(parser, ALLOW_ATT_CONV, DEFAULT_ALLOW_CONV); in readXml()