Searched refs:ALLOW_ATT_MEDIA (Results 1 – 2 of 2) sorted by relevance
226 private static final String ALLOW_ATT_MEDIA = "media"; field in ZenModeConfig981 rt.allowMedia = safeBoolean(parser, ALLOW_ATT_MEDIA, in readXml()1084 out.attributeBoolean(null, ALLOW_ATT_MEDIA, allowMedia); in writeXml()1279 final int media = safeInt(parser, ALLOW_ATT_MEDIA, ZenPolicy.STATE_UNSET); in readZenPolicyXml()1384 writeZenPolicyState(ALLOW_ATT_MEDIA, policy.getPriorityCategoryMedia(), out); in writeZenPolicyXml()
49271 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_MEDIA:Ljava/lang/String;