Home
last modified time | relevance | path

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

/tools/platform-compat/java/android/processor/compat/changeid/
DXmlWriter.java68 private static final String XML_ENABLED_SINCE_ATTR = "enableSinceTargetSdk"; field in XmlWriter
98 newElement.setAttribute(XML_ENABLED_SINCE_ATTR, change.enabledSince.toString()); in addChange()