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