Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java110 private static final String ALLOW_ATT_ALARMS = "alarms"; field in ZenModeConfig
536 rt.allowAlarms = safeBoolean(parser, ALLOW_ATT_ALARMS, DEFAULT_ALLOW_ALARMS); in readXml()
602 out.attribute(null, ALLOW_ATT_ALARMS, Boolean.toString(allowAlarms)); in writeXml()
734 final int alarms = safeInt(parser, ALLOW_ATT_ALARMS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()
827 writeZenPolicyState(ALLOW_ATT_ALARMS, policy.getPriorityCategoryAlarms(), out); in writeZenPolicyXml()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63821 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_ALARMS:Ljava/lang/String;