Searched refs:ATTR_LASTDESCRIPTION (Results 1 – 1 of 1) sorted by relevance
73 private static final String ATTR_LASTDESCRIPTION = "last_description"; field in TaskRecord842 out.attribute(null, ATTR_LASTDESCRIPTION, lastDescription.toString()); in saveToXml()947 } else if (ATTR_LASTDESCRIPTION.equals(attrName)) { in restoreFromXml()