Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Ddevice_policy_impl.cc659 const base::DictionaryValue* interval_dict; in GetDisallowedTimeIntervals() local
660 if (!interval_value.GetAsDictionary(&interval_dict)) { in GetDisallowedTimeIntervals()
666 if (!interval_dict->GetDictionary("start", &start) || in GetDisallowedTimeIntervals()
667 !interval_dict->GetDictionary("end", &end)) { in GetDisallowedTimeIntervals()