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 64 virtual bool GetShowUserNames(bool* show_user_names) const = 0;
mock_device_policy.h 63 MOCK_CONST_METHOD1(GetShowUserNames,
device_policy_impl.h 39 bool GetShowUserNames(bool* show_user_names) const override;
device_policy_impl.cc 162 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 75 ASSERT_TRUE(policy.GetShowUserNames(&bool_value));
193 ASSERT_FALSE(policy.GetShowUserNames(&bool_value));

Completed in 90 milliseconds