Searched refs:ATTR_LASTACTIVETIME (Results 1 – 1 of 1) sorted by relevance
83 private static final String ATTR_LASTACTIVETIME = "last_active_time"; field in TaskRecord937 out.attribute(null, ATTR_LASTACTIVETIME, String.valueOf(lastActiveTime)); in saveToXml()1045 } else if (ATTR_LASTACTIVETIME.equals(attrName)) { in restoreFromXml()