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