Home
last modified time | relevance | path

Searched refs:kPrefsCurrentBytesDownloaded (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/
Dupdate_attempter_android_unittest.cc163 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
196 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
208 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
Dupdate_attempter_android.cc534 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in BytesReceived()
537 prefs_->SetInt64(kPrefsCurrentBytesDownloaded, in BytesReceived()
713 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in CollectAndReportUpdateMetricsOnUpdateFinished()
830 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs()
Dpayload_state.cc1169 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()
1184 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()
/system/update_engine/common/
Dconstants.cc33 const char kPrefsCurrentBytesDownloaded[] = "current-bytes-downloaded"; variable
Dconstants.h38 extern const char kPrefsCurrentBytesDownloaded[];