HomeSort by relevance Sort by last modified time
    Searched defs:DevicePolicyImpl (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/policy/
device_policy_impl.h 28 class DevicePolicyImpl : public DevicePolicy {
30 DevicePolicyImpl();
31 virtual ~DevicePolicyImpl();
77 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
device_policy_impl.cc 98 DevicePolicyImpl::DevicePolicyImpl()
103 DevicePolicyImpl::~DevicePolicyImpl() {
106 bool DevicePolicyImpl::LoadPolicy() {
136 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const {
144 bool DevicePolicyImpl::GetUserWhitelist(
156 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const {
164 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const {
171 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const
    [all...]

Completed in 414 milliseconds