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