Searched refs:report_time_ (Results 1 – 2 of 2) sorted by relevance
51 if ((report_time_ != 0) && (now - report_time_ < kSecondsPerMonth)) { in checkAndReport()52 ALOGD("Not upload time. now: %" PRId64 ", pre: %" PRId64, now, report_time_); in checkAndReport()91 report_time_ = getTimeSecs(); in checkAndReport()
102 int64_t report_time_ = 0; variable