Searched refs:timeSinceLastUploadMs (Results 1 – 3 of 3) sorted by relevance
51 long timeSinceLastUploadMs = currentTimeMs - mLastBugReportTimeMs; in takeBugReport() local52 if (timeSinceLastUploadMs in takeBugReport()
72 long timeSinceLastUploadMs = currentTimeMs - mLastBugReportTimeMs; in takeBugReport() local74 if (timeSinceLastUploadMs < DEFAULT_BUG_REPORT_MIN_INTERVAL_MS in takeBugReport()
1028 long timeSinceLastUploadMs = currentTimeMs - mLastBugReportTime; in shouldTakeBugreport() local1029 if (timeSinceLastUploadMs in shouldTakeBugreport()