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

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java75 private static final String ALLOW_ATT_CALLS = "calls"; field in class:ZenModeConfig
301 rt.allowCalls = safeBoolean(parser, ALLOW_ATT_CALLS, false);
345 out.attribute(null, ALLOW_ATT_CALLS, Boolean.toString(allowCalls));

Completed in 10 milliseconds