Home
last modified time | relevance | path

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

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc83 ASSERT_TRUE(policy.GetShowUserNames(&bool_value)); in TEST()
196 ASSERT_FALSE(policy.GetShowUserNames(&bool_value)); in TEST()
/external/libbrillo/policy/
Dmock_device_policy.h63 MOCK_CONST_METHOD1(GetShowUserNames,
Ddevice_policy.h64 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
Ddevice_policy_impl.h38 virtual bool GetShowUserNames(bool* show_user_names) const;
Ddevice_policy_impl.cc171 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const { in GetShowUserNames() function in policy::DevicePolicyImpl