Searched refs:dlc_cohort_hint_key (Results 1 – 2 of 2) sorted by relevance
404 const string dlc_cohort_hint_key = PrefsInterface::CreateSubKey( in TEST_F() local407 EXPECT_TRUE(fake_prefs->SetString(dlc_cohort_hint_key, kDlcCohortHintVal)); in TEST_F()
1319 const string dlc_cohort_hint_key = fake_prefs_->CreateSubKey( in TEST_F() local1326 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()