Searched refs:timePeriodMs (Results 1 – 1 of 1) sorted by relevance
551 final long timePeriodMs = latest.mTimestamp - mLastInfo.mTimestamp; in extractDeltaLocked() local575 if (totalOnTimeMs <= timePeriodMs + MAX_WIFI_STATS_SAMPLE_ERROR_MILLIS) { in extractDeltaLocked()592 if (totalActiveTimeMs > timePeriodMs) { in extractDeltaLocked()595 if (totalActiveTimeMs > timePeriodMs + MAX_WIFI_STATS_SAMPLE_ERROR_MILLIS) { in extractDeltaLocked()600 TimeUtils.formatDuration(timePeriodMs, sb); in extractDeltaLocked()620 maxExpectedIdleTimeMs = timePeriodMs - totalActiveTimeMs; in extractDeltaLocked()