Searched refs:ATTR_LAST_RESET (Results 1 – 1 of 1) sorted by relevance
118 private static final String ATTR_LAST_RESET = "last-reset"; field in ShortcutPackage1821 ShortcutService.writeAttr(out, ATTR_LAST_RESET, mLastResetTime); in saveToXml()2028 ret.mLastResetTime = ShortcutService.parseLongAttribute(parser, ATTR_LAST_RESET); in loadFromXml()