Searched refs:dlc_cohort_name_key (Results 1 – 2 of 2) sorted by relevance
400 const string dlc_cohort_name_key = PrefsInterface::CreateSubKey( in TEST_F() local403 EXPECT_TRUE(fake_prefs->SetString(dlc_cohort_name_key, kDlcCohortNameVal)); in TEST_F()
1321 const string dlc_cohort_name_key = fake_prefs_->CreateSubKey( in TEST_F() local1327 EXPECT_TRUE(fake_prefs_->SetString(dlc_cohort_name_key, "old_name_dlc")); in TEST_F()1357 EXPECT_FALSE(fake_prefs_->GetString(dlc_cohort_name_key, &value)); in TEST_F()