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.cc428 UpdateRestrictions restriction_flags = UpdateRestrictions::kNone; in GetValue() local
432 restriction_flags = static_cast<UpdateRestrictions>( in GetValue()
433 restriction_flags | UpdateRestrictions::kRestrictDownloading); in GetValue()
436 return new UpdateRestrictions(restriction_flags); in GetValue()