Searched refs:safeBoolean (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java290 rt.allowCalls = safeBoolean(parser, ALLOW_ATT_CALLS, false);
291 rt.allowMessages = safeBoolean(parser, ALLOW_ATT_MESSAGES, false);
292 rt.allowEvents = safeBoolean(parser, ALLOW_ATT_EVENTS, DEFAULT_ALLOW_EVENTS);
403 private static boolean safeBoolean(XmlPullParser parser, String att, boolean defValue) { method in class:ZenModeConfig

Completed in 21 milliseconds