HomeSort by relevance Sort by last modified time
    Searched refs:GetShowUserNames (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/policy/
device_policy.h 55 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
device_policy_impl.h 38 virtual bool GetShowUserNames(bool* show_user_names) const;
mock_device_policy.h 63 MOCK_CONST_METHOD1(GetShowUserNames,
device_policy_impl.cc 171 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 83 ASSERT_TRUE(policy.GetShowUserNames(&bool_value));
183 ASSERT_FALSE(policy.GetShowUserNames(&bool_value));

Completed in 70 milliseconds