Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h105 MOCK_CONST_METHOD1(GetDisallowedTimeIntervals,
Ddevice_policy.h212 virtual bool GetDisallowedTimeIntervals(
Ddevice_policy_impl.h82 bool GetDisallowedTimeIntervals(
Ddevice_policy_impl.cc616 bool DevicePolicyImpl::GetDisallowedTimeIntervals( in GetDisallowedTimeIntervals() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc182 ASSERT_TRUE(policy.GetDisallowedTimeIntervals(&intervals)); in TEST()
257 EXPECT_FALSE(policy.GetDisallowedTimeIntervals(&intervals)); in TEST()