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