Home
last modified time | relevance | path

Searched refs:ALLOW_ATT_MEDIA (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java127 private static final String ALLOW_ATT_MEDIA = "media"; field in ZenModeConfig
491 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49914 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_MEDIA:Ljava/lang/String;