Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h81 MOCK_CONST_METHOD1(GetReleaseChannelDelegated,
Ddevice_policy.h128 virtual bool GetReleaseChannelDelegated(
Ddevice_policy_impl.h57 bool GetReleaseChannelDelegated(
Ddevice_policy_impl.cc320 bool DevicePolicyImpl::GetReleaseChannelDelegated( in GetReleaseChannelDelegated() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc118 ASSERT_TRUE(policy.GetReleaseChannelDelegated(&bool_value)); in TEST()