Searched refs:report_time_ (Results 1 – 6 of 6) sorted by relevance
126 if ((report_time_ != 0) && (now - report_time_ < SECONDS_PER_MONTH)) { in checkAndReportStats()127 ALOGD("Do not upload yet. now: %" PRId64 ", pre: %" PRId64, now, report_time_); in checkAndReportStats()134 report_time_ = now; in checkAndReportStats()
178 if ((report_time_ != 0) && (now - report_time_ < SECONDS_PER_MONTH)) { in checkAndReportStatus()179 ALOGD("Do not upload yet. now: %" PRId64 ", pre: %" PRId64, now, report_time_); in checkAndReportStatus()187 report_time_ = now; in checkAndReportStatus()
54 if ((report_time_ != 0) && (now - report_time_ < kSecondsPerMonth)) { in checkAndReport()55 ALOGD("Not upload time. now: %" PRId64 ", pre: %" PRId64, now, report_time_); in checkAndReport()127 report_time_ = getTimeSecs(); in checkAndReport()157 report_time_ = getTimeSecs(); in checkAndReport()
41 int64_t report_time_ = 0; variable
45 int64_t report_time_ = 0; variable
148 int64_t report_time_ = 0; variable