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

  /external/libbrillo/policy/
mock_libpolicy.h 25 MOCK_CONST_METHOD0(GetDevicePolicy, const DevicePolicy&(void));
libpolicy.h 38 virtual const DevicePolicy& GetDevicePolicy() const;
libpolicy.cc 46 const DevicePolicy& PolicyProvider::GetDevicePolicy() const {
  /system/update_engine/update_manager/
real_device_policy_provider.cc 106 (policy_provider_->GetDevicePolicy().*getter_method)(&new_value)) {
129 if (!policy_provider_->GetDevicePolicy()
149 if (!policy_provider_->GetDevicePolicy().GetScatterFactorInSeconds(
real_device_policy_provider_unittest.cc 78 EXPECT_CALL(mock_policy_provider_, GetDevicePolicy()).Times(0);
87 ON_CALL(mock_policy_provider_, GetDevicePolicy())
144 EXPECT_CALL(mock_policy_provider_, GetDevicePolicy()).Times(0);
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 60 const DevicePolicy& policy = provider.GetDevicePolicy();
170 const DevicePolicy& policy = provider.GetDevicePolicy();
  /system/update_engine/
update_attempter.cc 321 device_policy = &policy_provider_->GetDevicePolicy();
    [all...]

Completed in 3506 milliseconds