Searched refs:lastUpdateTime (Results 1 – 6 of 6) sorted by relevance
76 long lastUpdateTime = mSearchSettings.getSearchBaseDomainApplyTime(); in maybeUpdateBaseUrlSetting() local79 if (force || lastUpdateTime == -1 || in maybeUpdateBaseUrlSetting()80 currentTime - lastUpdateTime >= SEARCH_BASE_URL_EXPIRY_MS) { in maybeUpdateBaseUrlSetting()
133 long lastUpdateTime = mAreaIdToLastUpdateTime.get(areaId, 0L); in needUpdateForAreaId() local134 if (eventTime >= lastUpdateTime) { in needUpdateForAreaId()
344 long lastUpdateTime = -1L; in downloadToFile() local363 if (maybeNotifyProgress(progress, lastProgress, now, lastUpdateTime, task, nm)) { in downloadToFile()364 lastUpdateTime = now; in downloadToFile()
174 if (version == info.versionCode && updateTime == info.lastUpdateTime in updateIconsPerUser()
291 values.put(IconDB.COLUMN_LAST_UPDATED, info.lastUpdateTime); in addIconToDB()
515 versions[1] = info.lastUpdateTime; in getPackageVersion()