Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action_unittest.cc1768 constexpr char omaha_cohort_hint[] = "cohort_hint"; in TEST_F() local
1774 fake_prefs_.SetString(kPrefsOmahaCohortHint, omaha_cohort_hint); in TEST_F()
1782 EXPECT_EQ(string::npos, post_str.find(omaha_cohort_hint)); in TEST_F()
1788 constexpr char omaha_cohort_hint[] = "evil_string>"; in TEST_F() local
1794 fake_prefs_.SetString(kPrefsOmahaCohortHint, omaha_cohort_hint); in TEST_F()
1801 EXPECT_EQ(string::npos, post_str.find(omaha_cohort_hint)); in TEST_F()