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