Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc115 ASSERT_TRUE(policy.GetUpdateDisabled(&bool_value)); in TEST()
202 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.h50 bool GetUpdateDisabled(bool* update_disabled) const override;
Ddevice_policy_impl.cc267 bool DevicePolicyImpl::GetUpdateDisabled(bool* update_disabled) const { in GetUpdateDisabled() function in policy::DevicePolicyImpl