Home
last modified time | relevance | path

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

/external/cronet/components/metrics/
Dcloned_install_detector_unittest.cc68 TEST(ClonedInstallDetectorTest, ClonedInstallDetectedInCurrentSession) { in TEST() argument
74 EXPECT_FALSE(detector.ClonedInstallDetectedInCurrentSession()); in TEST()
82 EXPECT_TRUE(detector.ClonedInstallDetectedInCurrentSession()); in TEST()
84 EXPECT_TRUE(detector.ClonedInstallDetectedInCurrentSession()); in TEST()
103 EXPECT_FALSE(detector.ClonedInstallDetectedInCurrentSession()); in TEST()
109 EXPECT_TRUE(detector.ClonedInstallDetectedInCurrentSession()); in TEST()
Dcloned_install_detector.h62 bool ClonedInstallDetectedInCurrentSession() const;
80 ClonedInstallDetectedInCurrentSession);
Dcloned_install_detector.cc111 bool ClonedInstallDetector::ClonedInstallDetectedInCurrentSession() const { in ClonedInstallDetectedInCurrentSession() function in metrics::ClonedInstallDetector
Dmetrics_state_manager.cc198 if (cloned_install_detector_->ClonedInstallDetectedInCurrentSession()) in ProvideCurrentSessionData()