Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h98 MOCK_CONST_METHOD1(GetAllowKioskAppControlChromeVersion,
Ddevice_policy.h184 virtual bool GetAllowKioskAppControlChromeVersion(
Ddevice_policy_impl.h75 bool GetAllowKioskAppControlChromeVersion(
Ddevice_policy_impl.cc493 bool DevicePolicyImpl::GetAllowKioskAppControlChromeVersion( in GetAllowKioskAppControlChromeVersion() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc163 ASSERT_TRUE(policy.GetAllowKioskAppControlChromeVersion(&bool_value)); in TEST()
254 EXPECT_FALSE(policy.GetAllowKioskAppControlChromeVersion(&bool_value)); in TEST()