Home
last modified time | relevance | path

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

/external/cronet/components/metrics/
Dentropy_state_unittest.cc95 const int old_low_source = 5678; in TEST_F() local
96 prefs_.SetInteger(prefs::kMetricsOldLowEntropySource, old_low_source); in TEST_F()
105 EXPECT_EQ(old_low_source, entropy_state.GetOldLowEntropySource()); in TEST_F()
109 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
118 const int old_low_source = 5678; in TEST_F() local
121 prefs_.SetInteger(prefs::kMetricsOldLowEntropySource, old_low_source); in TEST_F()
128 EXPECT_EQ(old_low_source, entropy_state.GetOldLowEntropySource()); in TEST_F()
133 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
Dentropy_state_provider_unittest.cc30 const int old_low_source = 5678; in TEST_F() local
33 prefs_.SetInteger(prefs::kMetricsOldLowEntropySource, old_low_source); in TEST_F()
42 EXPECT_EQ(old_low_source, system_profile.old_low_entropy_source()); in TEST_F()