Searched refs:mLastUpdateTime (Results 1 – 2 of 2) sorted by relevance
61 private long mLastUpdateTime; field in ShortcutPackageInfo67 mLastUpdateTime = lastUpdateTime; in ShortcutPackageInfo()90 return mLastUpdateTime; in getLastUpdateTime()97 mLastUpdateTime = pi.lastUpdateTime; in updateVersionInfo()159 ShortcutService.writeAttr(out, ATTR_LAST_UPDATE_TIME, mLastUpdateTime); in saveToXml()212 mLastUpdateTime = lastUpdateTime; in loadFromXml()235 pw.print(mLastUpdateTime); in dump()
78 private long mLastUpdateTime; field in MediaRouteChooserDialog229 if (SystemClock.uptimeMillis() - mLastUpdateTime >= UPDATE_ROUTES_DELAY_MS) { in refreshRoutes()234 mLastUpdateTime + UPDATE_ROUTES_DELAY_MS); in refreshRoutes()240 mLastUpdateTime = SystemClock.uptimeMillis(); in updateRoutes()