Searched refs:GetAllowNewUsers (Results 1 – 5 of 5) sorted by relevance
68 MOCK_CONST_METHOD1(GetAllowNewUsers,
99 virtual bool GetAllowNewUsers(bool* allow_new_users) const = 0;
50 bool GetAllowNewUsers(bool* allow_new_users) const override;
248 bool DevicePolicyImpl::GetAllowNewUsers(bool* allow_new_users) const { in GetAllowNewUsers() function in policy::DevicePolicyImpl
90 ASSERT_TRUE(policy.GetAllowNewUsers(&bool_value)); in TEST()236 EXPECT_FALSE(policy.GetAllowNewUsers(&bool_value)); in TEST()