Searched defs:ALLOW_ATT_MEDIA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java110 private static final String ALLOW_ATT_MEDIA = "media"; field in class:ZenModeConfig
493 rt.allowMedia = safeBoolean(parser, ALLOW_ATT_MEDIA,
559 out.attribute(null, ALLOW_ATT_MEDIA, Boolean.toString(allowMedia));

Completed in 22 milliseconds