Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h68 MOCK_CONST_METHOD1(GetAllowNewUsers,
Ddevice_policy.h99 virtual bool GetAllowNewUsers(bool* allow_new_users) const = 0;
Ddevice_policy_impl.h50 bool GetAllowNewUsers(bool* allow_new_users) const override;
Ddevice_policy_impl.cc248 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc90 ASSERT_TRUE(policy.GetAllowNewUsers(&bool_value)); in TEST()
236 EXPECT_FALSE(policy.GetAllowNewUsers(&bool_value)); in TEST()