Searched refs:lastUpdateTime (Results 1 – 6 of 6) sorted by relevance
230 final long lastUpdateTime = mLastUpdateTimeLookup.getOrDefault(worker.getUri(), 0L); in updateSlice() local231 if (lastUpdateTime == 0L) { in updateSlice()235 } else if (SystemClock.uptimeMillis() - lastUpdateTime in updateSlice()239 sendMessageAtTime(message, lastUpdateTime + SLICE_UPDATE_THROTTLE_INTERVAL); in updateSlice()
76 long lastUpdateTime = mSearchSettings.getSearchBaseDomainApplyTime(); in maybeUpdateBaseUrlSetting() local79 if (force || lastUpdateTime == -1 || in maybeUpdateBaseUrlSetting()80 currentTime - lastUpdateTime >= SEARCH_BASE_URL_EXPIRY_MS) { in maybeUpdateBaseUrlSetting()
138 long lastUpdateTime = mAreaIdToLastUpdateTime.get(areaId, 0L); in needUpdateForAreaId() local139 if (eventTime >= lastUpdateTime) { in needUpdateForAreaId()
82 return info.lastUpdateTime; in getLastUpdatedTime()84 return Math.max(shortcutInfo.getLastChangedTimestamp(), info.lastUpdateTime); in getLastUpdatedTime()
344 long lastUpdateTime = -1L; in downloadToFile() local363 if (maybeNotifyProgress(progress, lastProgress, now, lastUpdateTime, task, nm)) { in downloadToFile()364 lastUpdateTime = now; in downloadToFile()
601 versions[1] = info.lastUpdateTime; in getPackageVersion()