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

  /external/libbrillo/policy/
mock_device_policy.h 64 MOCK_CONST_METHOD1(GetShowUserNames,
device_policy.h 91 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
device_policy_impl.h 48 bool GetShowUserNames(bool* show_user_names) const override;
device_policy_impl.cc 233 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 82 ASSERT_TRUE(policy.GetShowUserNames(&bool_value));
234 EXPECT_FALSE(policy.GetShowUserNames(&bool_value));

Completed in 41 milliseconds