HomeSort by relevance Sort by last modified time
    Searched full:getreportactivitytimes (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 95 ASSERT_TRUE(policy.GetReportActivityTimes(&bool_value));
198 ASSERT_FALSE(policy.GetReportActivityTimes(&bool_value));
  /external/libbrillo/policy/
device_policy_impl.h 44 bool GetReportActivityTimes(bool* report_activity_times) const override;
mock_device_policy.h 73 MOCK_CONST_METHOD1(GetReportActivityTimes,
device_policy.h 84 virtual bool GetReportActivityTimes(bool* report_activity_times) const = 0;
device_policy_impl.cc 204 bool DevicePolicyImpl::GetReportActivityTimes(

Completed in 67 milliseconds