Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbrillo/policy/tests/
H A Dlibpolicy_test.cc163 ASSERT_TRUE(policy.GetAllowKioskAppControlChromeVersion(&bool_value)); in TEST()
254 EXPECT_FALSE(policy.GetAllowKioskAppControlChromeVersion(&bool_value)); in TEST()
/aosp_15_r20/external/libbrillo/policy/
H A Dmock_device_policy.h92 GetAllowKioskAppControlChromeVersion,
H A Ddevice_policy.h188 virtual bool GetAllowKioskAppControlChromeVersion(
H A Ddevice_policy_impl.h76 bool GetAllowKioskAppControlChromeVersion(
H A Ddevice_policy_impl.cc513 bool DevicePolicyImpl::GetAllowKioskAppControlChromeVersion( in GetAllowKioskAppControlChromeVersion() function in policy::DevicePolicyImpl