HomeSort by relevance Sort by last modified time
    Searched refs:GetGuestModeEnabled (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/policy/
mock_device_policy.h 60 MOCK_CONST_METHOD1(GetGuestModeEnabled,
device_policy.h 83 virtual bool GetGuestModeEnabled(bool* guest_mode_enabled) const = 0;
device_policy_impl.h 46 bool GetGuestModeEnabled(bool* guest_mode_enabled) const override;
device_policy_impl.cc 218 bool DevicePolicyImpl::GetGuestModeEnabled(bool* guest_mode_enabled) const {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 74 ASSERT_TRUE(policy.GetGuestModeEnabled(&bool_value));
232 EXPECT_FALSE(policy.GetGuestModeEnabled(&bool_value));

Completed in 63 milliseconds