Searched refs:ALLOW_ATT_MEDIA (Results 1 – 2 of 2) sorted by relevance
111 private static final String ALLOW_ATT_MEDIA = "media"; field in ZenModeConfig537 rt.allowMedia = safeBoolean(parser, ALLOW_ATT_MEDIA, in readXml()603 out.attribute(null, ALLOW_ATT_MEDIA, Boolean.toString(allowMedia)); in writeXml()735 final int media = safeInt(parser, ALLOW_ATT_MEDIA, ZenPolicy.STATE_UNSET); in readZenPolicyXml()828 writeZenPolicyState(ALLOW_ATT_MEDIA, policy.getPriorityCategoryMedia(), out); in writeZenPolicyXml()
63826 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_MEDIA:Ljava/lang/String;