Home
last modified time | relevance | path

Searched refs:mLastBugReportTime (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java130 private long mLastBugReportTime; field in WifiDiagnostics
362 mLastBugReportTime = mClock.getWallClockMillis(); in takeBugReportThroughBugreportManager()
1018 mLastBugReportTime = mClock.getWallClockMillis(); in takeBugreportThroughBetterBug()
1028 long timeSinceLastUploadMs = currentTimeMs - mLastBugReportTime; in shouldTakeBugreport()
1031 && mLastBugReportTime > 0) { in shouldTakeBugreport()