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