HomeSort by relevance Sort by last modified time
    Searched refs:stored_time (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
metrics_utils.cc 274 Time stored_time = Time::FromInternalValue(stored_value); local
275 if (stored_time > now) {
279 *out_duration = now - stored_time;
299 Time stored_time = Time::FromInternalValue(*storage); local
300 *out_duration = now - stored_time;
payload_state.cc 1000 Time stored_time; local
1388 Time stored_time = Time::FromInternalValue(stored_value); local
    [all...]

Completed in 109 milliseconds