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