Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h74 MOCK_CONST_METHOD1(GetReportActivityTimes,
Ddevice_policy.h111 virtual bool GetReportActivityTimes(bool* report_activity_times) const = 0;
Ddevice_policy_impl.h53 bool GetReportActivityTimes(bool* report_activity_times) const override;
Ddevice_policy_impl.cc274 bool DevicePolicyImpl::GetReportActivityTimes( in GetReportActivityTimes() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc102 ASSERT_TRUE(policy.GetReportActivityTimes(&bool_value)); in TEST()
239 EXPECT_FALSE(policy.GetReportActivityTimes(&bool_value)); in TEST()