Searched refs:GetUpdateDisabled (Results 1 – 5 of 5) sorted by relevance
123 ASSERT_TRUE(policy.GetUpdateDisabled(&bool_value)); in TEST()205 ASSERT_FALSE(policy.GetUpdateDisabled(&bool_value)); in TEST()
82 MOCK_CONST_METHOD1(GetUpdateDisabled,
106 virtual bool GetUpdateDisabled(bool* update_disabled) const = 0;
49 virtual bool GetUpdateDisabled(bool* update_disabled) const;
277 bool DevicePolicyImpl::GetUpdateDisabled( in GetUpdateDisabled() function in policy::DevicePolicyImpl