Searched refs:ATTR_IS_ENABLED (Results 1 – 1 of 1) sorted by relevance
381 private static final String ATTR_IS_ENABLED = "isEnabled"; field in OverlayManagerSettings.Serializer443 final boolean isEnabled = XmlUtils.readBooleanAttribute(parser, ATTR_IS_ENABLED); in restoreRow()480 XmlUtils.writeBooleanAttribute(xml, ATTR_IS_ENABLED, item.mIsEnabled); in persistRow()