Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc123 ASSERT_TRUE(policy.GetUpdateDisabled(&bool_value)); in TEST()
205 ASSERT_FALSE(policy.GetUpdateDisabled(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h82 MOCK_CONST_METHOD1(GetUpdateDisabled,
Ddevice_policy.h106 virtual bool GetUpdateDisabled(bool* update_disabled) const = 0;
Ddevice_policy_impl.h49 virtual bool GetUpdateDisabled(bool* update_disabled) const;
Ddevice_policy_impl.cc277 bool DevicePolicyImpl::GetUpdateDisabled( in GetUpdateDisabled() function in policy::DevicePolicyImpl