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