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

  /system/update_engine/update_manager/
real_device_policy_provider.cc 101 void RealDevicePolicyProvider::UpdateVariable(
114 void RealDevicePolicyProvider::UpdateVariable(
170 UpdateVariable(&var_release_channel_, &DevicePolicy::GetReleaseChannel);
171 UpdateVariable(&var_release_channel_delegated_,
173 UpdateVariable(&var_update_disabled_, &DevicePolicy::GetUpdateDisabled);
174 UpdateVariable(&var_target_version_prefix_,
176 UpdateVariable(&var_scatter_factor_,
178 UpdateVariable(
181 UpdateVariable(&var_owner_, &DevicePolicy::GetOwner);
182 UpdateVariable(&var_http_downloads_enabled_
    [all...]
real_device_policy_provider.h 111 void UpdateVariable(AsyncCopyVariable<T>* var,
117 void UpdateVariable(

Completed in 767 milliseconds