Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc146 ASSERT_TRUE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()
209 ASSERT_FALSE(policy.GetHttpDownloadsEnabled(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h91 MOCK_CONST_METHOD1(GetHttpDownloadsEnabled,
Ddevice_policy.h137 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const = 0;
Ddevice_policy_impl.h59 virtual bool GetHttpDownloadsEnabled(bool* http_downloads_enabled) const;
Ddevice_policy_impl.cc363 bool DevicePolicyImpl::GetHttpDownloadsEnabled( in GetHttpDownloadsEnabled() function in policy::DevicePolicyImpl