Searched refs:boottime_property (Results 1 – 1 of 1) sorted by relevance
181 std::string boottime_property = "ro.boottime." + name_; in NotifyStateChange() local182 if (GetProperty(boottime_property, "").empty()) { in NotifyStateChange()183 SetProperty(boottime_property, std::to_string(start_ns)); in NotifyStateChange()