Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc127 ASSERT_TRUE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST()
207 ASSERT_FALSE(policy.GetScatterFactorInSeconds(&int64_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h85 MOCK_CONST_METHOD1(GetScatterFactorInSeconds,
Ddevice_policy.h115 virtual bool GetScatterFactorInSeconds(
Ddevice_policy_impl.h52 virtual bool GetScatterFactorInSeconds(
Ddevice_policy_impl.cc305 bool DevicePolicyImpl::GetScatterFactorInSeconds( in GetScatterFactorInSeconds() function in policy::DevicePolicyImpl