Searched refs:XML_ENABLED_SINCE_ATTR (Results 1 – 1 of 1) sorted by relevance
68 private static final String XML_ENABLED_SINCE_ATTR = "enableSinceTargetSdk"; field in XmlWriter98 newElement.setAttribute(XML_ENABLED_SINCE_ATTR, change.enabledSince.toString()); in addChange()