Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_updater_provider.cc420 UpdateRestrictions restriction_flags = UpdateRestrictions::kNone; in GetValue() local
424 restriction_flags = static_cast<UpdateRestrictions>( in GetValue()
425 restriction_flags | UpdateRestrictions::kRestrictDownloading); in GetValue()
428 return new UpdateRestrictions(restriction_flags); in GetValue()