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 31 class DevicePolicyImpl : public DevicePolicy {
33 DevicePolicyImpl();
34 ~DevicePolicyImpl() override;
142 DISALLOW_COPY_AND_ASSIGN(DevicePolicyImpl);
device_policy_impl.cc 172 DevicePolicyImpl::DevicePolicyImpl()
175 DevicePolicyImpl::~DevicePolicyImpl() {}
177 bool DevicePolicyImpl::LoadPolicy() {
199 bool DevicePolicyImpl::GetPolicyRefreshRate(int* rate) const {
207 bool DevicePolicyImpl::GetUserWhitelist(
218 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const {
226 bool DevicePolicyImpl::GetCameraEnabled(bool* camera_enabled) const {
233 bool DevicePolicyImpl::GetShowUserNames(bool* show_user_names) const
    [all...]

Completed in 7597 milliseconds