Searched refs:timePeriodMs (Results 1 – 1 of 1) sorted by relevance
528 final long timePeriodMs = latest.mTimestamp - mLastInfo.mTimestamp; in extractDeltaLocked() local558 if (totalActiveTimeMs > timePeriodMs) { in extractDeltaLocked()561 if (totalActiveTimeMs > timePeriodMs + MAX_WIFI_STATS_SAMPLE_ERROR_MILLIS) { in extractDeltaLocked()566 TimeUtils.formatDuration(timePeriodMs, sb); in extractDeltaLocked()586 maxExpectedIdleTimeMs = timePeriodMs - totalActiveTimeMs; in extractDeltaLocked()