Searched refs:mLastForegroundElapsedTimeMs (Results 1 – 1 of 1) sorted by relevance
121 private long mLastForegroundElapsedTimeMs; field in LocationRequestStatistics.PackageStatistics136 mLastForegroundElapsedTimeMs = 0; in PackageStatistics()159 if (mLastForegroundElapsedTimeMs != 0) { in updateForeground()160 mForegroundDurationMs += (nowElapsedTimeMs - mLastForegroundElapsedTimeMs); in updateForeground()162 mLastForegroundElapsedTimeMs = isForeground ? nowElapsedTimeMs : 0; in updateForeground()198 if (mLastForegroundElapsedTimeMs != 0 ) { in getForegroundDurationMs()200 += SystemClock.elapsedRealtime() - mLastForegroundElapsedTimeMs; in getForegroundDurationMs()