Home
last modified time | relevance | path

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

/external/cronet/components/metrics/
Dmetrics_state_manager.cc134 cloned_install_detector_(cloned_install_detector) {} in MetricsStateMetricsProvider()
198 if (cloned_install_detector_->ClonedInstallDetectedInCurrentSession()) in ProvideCurrentSessionData()
217 const raw_ref<const ClonedInstallDetector> cloned_install_detector_; member in metrics::__anon0bdfb9300111::MetricsStateMetricsProvider
323 initial_client_id_, cloned_install_detector_); in GetProvider()
330 initial_client_id_, cloned_install_detector_); in GetProviderAndSetRandomSeedForTesting()
529 cloned_install_detector_.CheckForClonedInstall(local_state_); in CheckForClonedInstall()
533 return cloned_install_detector_.ShouldResetClientIds(local_state_); in ShouldResetClientIdsOnClonedInstall()
539 return cloned_install_detector_.AddOnClonedInstallDetectedCallback( in AddOnClonedInstallDetectedCallback()
Dmetrics_state_manager.h190 return &cloned_install_detector_; in cloned_install_detector_for_testing()
392 ClonedInstallDetector cloned_install_detector_; variable
Dmetrics_state_manager_unittest.cc689 state_manager->cloned_install_detector_.SaveMachineId(&prefs_, "test"); in TEST_F()