Searched refs:time_spent_attempting_p2p (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dpayload_state.cc1375 TimeDelta time_spent_attempting_p2p = now - p2p_first_attempt_timestamp_; local
1376 if (time_spent_attempting_p2p.InSeconds() < 0) {
1381 if (time_spent_attempting_p2p.InSeconds() > kMaxP2PAttemptTimeSeconds) {
1383 << utils::FormatTimeDelta(time_spent_attempting_p2p)

Completed in 47 milliseconds