Searched refs:SetCollectStatsConsent (Results 1 – 9 of 9) sorted by relevance
31 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true)); in TEST_F()34 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(false)); in TEST_F()71 EXPECT_TRUE(GoogleUpdateSettings::SetCollectStatsConsent(true)); in TEST_F()
60 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { in SetCollectStatsConsent() function in GoogleUpdateSettings112 GoogleUpdateSettings::SetCollectStatsConsent(true); in StoreMetricsClientInfo()
122 if (GoogleUpdateSettings::SetCollectStatsConsent(true)) in Accept()125 GoogleUpdateSettings::SetCollectStatsConsent(false); in Accept()
185 GoogleUpdateSettings::SetCollectStatsConsent(false); in ShowPostInstallEULAIfNeeded()188 GoogleUpdateSettings::SetCollectStatsConsent(true); in ShowPostInstallEULAIfNeeded()
35 GoogleUpdateSettings::SetCollectStatsConsent(enabled); in SetGoogleUpdateSettings()
77 static bool SetCollectStatsConsent(bool consented);
263 bool GoogleUpdateSettings::SetCollectStatsConsent(bool consented) { in SetCollectStatsConsent() function in GoogleUpdateSettings
102 GoogleUpdateSettings::SetCollectStatsConsent(stats_enabled);
1168 base::IgnoreResult(&GoogleUpdateSettings::SetCollectStatsConsent), in ApplyMetricsReportingPolicy()