OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllowNewUsers
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/policy/
device_policy.h
63
virtual bool
GetAllowNewUsers
(bool* allow_new_users) const = 0;
device_policy_impl.h
40
virtual bool
GetAllowNewUsers
(bool* allow_new_users) const;
mock_device_policy.h
67
MOCK_CONST_METHOD1(
GetAllowNewUsers
,
device_policy_impl.cc
186
bool DevicePolicyImpl::
GetAllowNewUsers
(bool* allow_new_users) const {
/external/libbrillo/policy/tests/
libpolicy_unittest.cc
91
ASSERT_TRUE(policy.
GetAllowNewUsers
(&bool_value));
185
ASSERT_FALSE(policy.
GetAllowNewUsers
(&bool_value));
Completed in 75 milliseconds