Home
last modified time | relevance | path

Searched refs:GetReportActivityTimes (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h70 MOCK_METHOD(bool, GetReportActivityTimes, (bool*), (const, override));
Ddevice_policy.h115 virtual bool GetReportActivityTimes(bool* report_activity_times) const = 0;
Ddevice_policy_impl.h54 bool GetReportActivityTimes(bool* report_activity_times) const override;
Ddevice_policy_impl.cc291 bool DevicePolicyImpl::GetReportActivityTimes( in GetReportActivityTimes() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc102 ASSERT_TRUE(policy.GetReportActivityTimes(&bool_value)); in TEST()
239 EXPECT_FALSE(policy.GetReportActivityTimes(&bool_value)); in TEST()