Searched refs:ALLOW_ATT_ALARMS (Results 1 – 2 of 2) sorted by relevance
225 private static final String ALLOW_ATT_ALARMS = "alarms"; field in ZenModeConfig980 rt.allowAlarms = safeBoolean(parser, ALLOW_ATT_ALARMS, DEFAULT_ALLOW_ALARMS); in readXml()1083 out.attributeBoolean(null, ALLOW_ATT_ALARMS, allowAlarms); in writeXml()1278 final int alarms = safeInt(parser, ALLOW_ATT_ALARMS, ZenPolicy.STATE_UNSET); in readZenPolicyXml()1383 writeZenPolicyState(ALLOW_ATT_ALARMS, policy.getPriorityCategoryAlarms(), out); in writeZenPolicyXml()
49266 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_ALARMS:Ljava/lang/String;