Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/
H A Dentropy_state_unittest.cc99 const int old_low_source = 5678; in TEST_F() local
100 prefs_.SetInteger(prefs::kMetricsOldLowEntropySource, old_low_source); in TEST_F()
109 EXPECT_EQ(old_low_source, entropy_state.GetOldLowEntropySource()); in TEST_F()
113 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
122 const int old_low_source = 5678; in TEST_F() local
125 prefs_.SetInteger(prefs::kMetricsOldLowEntropySource, old_low_source); in TEST_F()
132 EXPECT_EQ(old_low_source, entropy_state.GetOldLowEntropySource()); in TEST_F()
137 EXPECT_TRUE(base::EndsWith(high_source, base::NumberToString(old_low_source), in TEST_F()
H A 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()