Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_android.h135 base::TimeTicks last_notify_time_; variable
Dupdate_attempter_android.cc322 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate()
382 last_notify_time_ = TimeTicks::Now(); in SetStatusAndNotify()
Dupdate_attempter.h408 base::TimeTicks last_notify_time_; variable
Dupdate_attempter.cc1137 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate()
1240 last_notify_time_ = TimeTicks::Now(); in BroadcastStatus()