Searched refs:GetReportActivityTimes (Results 1 – 5 of 5) sorted by relevance
70 MOCK_METHOD(bool, GetReportActivityTimes, (bool*), (const, override));
115 virtual bool GetReportActivityTimes(bool* report_activity_times) const = 0;
54 bool GetReportActivityTimes(bool* report_activity_times) const override;
291 bool DevicePolicyImpl::GetReportActivityTimes( in GetReportActivityTimes() function in policy::DevicePolicyImpl
102 ASSERT_TRUE(policy.GetReportActivityTimes(&bool_value)); in TEST()239 EXPECT_FALSE(policy.GetReportActivityTimes(&bool_value)); in TEST()