Home
last modified time | relevance | path

Searched refs:kStabilitySavedSystemProfile (Results 1 – 4 of 4) sorted by relevance

/external/cronet/components/metrics/
Denvironment_recorder.cc40 local_state_->SetString(prefs::kStabilitySavedSystemProfile, in SerializeAndRecordEnvironmentToPrefs()
54 local_state_->GetString(prefs::kStabilitySavedSystemProfile); in LoadEnvironmentFromPrefs()
68 local_state_->ClearPref(prefs::kStabilitySavedSystemProfile); in ClearEnvironmentFromPrefs()
88 registry->RegisterStringPref(prefs::kStabilitySavedSystemProfile, in RegisterPrefs()
Dmetrics_pref_names.cc185 const char kStabilitySavedSystemProfile[] = variable
Dmetrics_pref_names.h63 extern const char kStabilitySavedSystemProfile[];
Denvironment_recorder_unittest.cc30 const char* kSystemProfilePref = prefs::kStabilitySavedSystemProfile; in TEST_F()