Searched refs:ALLOW_ATT_ALARMS (Results 1 – 2 of 2) sorted by relevance
110 private static final String ALLOW_ATT_ALARMS = "alarms"; field in ZenModeConfig536 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()
63821 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_ALARMS:Ljava/lang/String;