Searched refs:mLastBugReportTime (Results 1 – 1 of 1) sorted by relevance
130 private long mLastBugReportTime; field in WifiDiagnostics362 mLastBugReportTime = mClock.getWallClockMillis(); in takeBugReportThroughBugreportManager()1018 mLastBugReportTime = mClock.getWallClockMillis(); in takeBugreportThroughBetterBug()1028 long timeSinceLastUploadMs = currentTimeMs - mLastBugReportTime; in shouldTakeBugreport()1031 && mLastBugReportTime > 0) { in shouldTakeBugreport()