Home
last modified time | relevance | path

Searched refs:GetDisallowedTimeIntervals (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/policy/
Dmock_device_policy.h109 GetDisallowedTimeIntervals,
Ddevice_policy.h216 virtual bool GetDisallowedTimeIntervals(
Ddevice_policy_impl.h83 bool GetDisallowedTimeIntervals(
Ddevice_policy_impl.cc636 bool DevicePolicyImpl::GetDisallowedTimeIntervals( in GetDisallowedTimeIntervals() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc182 ASSERT_TRUE(policy.GetDisallowedTimeIntervals(&intervals)); in TEST()
257 EXPECT_FALSE(policy.GetDisallowedTimeIntervals(&intervals)); in TEST()
Ddevice_policy_impl_test.cc303 ASSERT_FALSE(device_policy_.GetDisallowedTimeIntervals(&value)); in TEST_F()