OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetReportActivityTimes
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/policy/
device_policy.h
75
virtual bool
GetReportActivityTimes
(bool* report_activity_times) const = 0;
device_policy_impl.h
43
virtual bool
GetReportActivityTimes
(bool* report_activity_times) const;
mock_device_policy.h
73
MOCK_CONST_METHOD1(
GetReportActivityTimes
,
device_policy_impl.cc
213
bool DevicePolicyImpl::
GetReportActivityTimes
(
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
103
ASSERT_TRUE(policy.
GetReportActivityTimes
(&bool_value));
188
ASSERT_FALSE(policy.
GetReportActivityTimes
(&bool_value));
Completed in 36 milliseconds