Searched defs:DEFAULT_ALLOW_EVENTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java69 private static final boolean DEFAULT_ALLOW_EVENTS = true; field in class:ZenModeConfig
103 public boolean allowEvents = DEFAULT_ALLOW_EVENTS;
303 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);

Completed in 6 milliseconds