Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java205 private static final boolean DEFAULT_ALLOW_CONV = true; field in ZenModeConfig
319 public boolean allowConversations = DEFAULT_ALLOW_CONV;
962 rt.allowConversations = safeBoolean(parser, ALLOW_ATT_CONV, DEFAULT_ALLOW_CONV); in readXml()