Searched refs:ClonedInstallDetectedInCurrentSession (Results 1 – 4 of 4) sorted by relevance
68 TEST(ClonedInstallDetectorTest, ClonedInstallDetectedInCurrentSession) { in TEST() argument74 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()
62 bool ClonedInstallDetectedInCurrentSession() const;80 ClonedInstallDetectedInCurrentSession);
111 bool ClonedInstallDetector::ClonedInstallDetectedInCurrentSession() const { in ClonedInstallDetectedInCurrentSession() function in metrics::ClonedInstallDetector
198 if (cloned_install_detector_->ClonedInstallDetectedInCurrentSession()) in ProvideCurrentSessionData()