Home
last modified time | relevance | path

Searched refs:dlc_cohort_hint_key (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Domaha_request_builder_xml_unittest.cc404 const string dlc_cohort_hint_key = PrefsInterface::CreateSubKey( in TEST_F() local
407 EXPECT_TRUE(fake_prefs->SetString(dlc_cohort_hint_key, kDlcCohortHintVal)); in TEST_F()
Domaha_request_action_unittest.cc1319 const string dlc_cohort_hint_key = fake_prefs_->CreateSubKey( in TEST_F() local
1326 EXPECT_TRUE(fake_prefs_->SetString(dlc_cohort_hint_key, "old_hint_dlc")); in TEST_F()
1354 EXPECT_TRUE(fake_prefs_->GetString(dlc_cohort_hint_key, &value)); in TEST_F()