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

  /external/libbrillo/policy/
device_policy.h 71 virtual bool GetReportVersionInfo(bool* report_version_info) const = 0;
device_policy_impl.h 42 virtual bool GetReportVersionInfo(bool* report_version_info) const;
mock_device_policy.h 71 MOCK_CONST_METHOD1(GetReportVersionInfo,
device_policy_impl.cc 200 bool DevicePolicyImpl::GetReportVersionInfo(bool* report_version_info) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 99 ASSERT_TRUE(policy.GetReportVersionInfo(&bool_value));
187 ASSERT_FALSE(policy.GetReportVersionInfo(&bool_value));

Completed in 123 milliseconds