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