Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h99 MOCK_CONST_METHOD1(GetAutoLaunchedKioskAppId, bool(std::string*));
Ddevice_policy.h155 virtual bool GetAutoLaunchedKioskAppId(
Ddevice_policy_impl.h66 bool GetAutoLaunchedKioskAppId(std::string* app_id_out) const override;
Ddevice_policy_impl.cc414 bool DevicePolicyImpl::GetAutoLaunchedKioskAppId( in GetAutoLaunchedKioskAppId() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc157 ASSERT_TRUE(policy.GetAutoLaunchedKioskAppId(&string_value)); in TEST()