Searched refs:GetReportActivityTimes (Results 1 – 5 of 5) sorted by relevance
74 MOCK_CONST_METHOD1(GetReportActivityTimes,
111 virtual bool GetReportActivityTimes(bool* report_activity_times) const = 0;
53 bool GetReportActivityTimes(bool* report_activity_times) const override;
274 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()