Home
last modified time | relevance | path

Searched refs:update_restrictions_p (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/update_engine/update_manager/
H A Dapi_restricted_downloads_policy_impl.cc33 const UpdateRestrictions* update_restrictions_p = in UpdateCanBeApplied() local
35 if (update_restrictions_p) { in UpdateCanBeApplied()
36 if (*update_restrictions_p & UpdateRestrictions::kRestrictDownloading) { in UpdateCanBeApplied()