Searched refs:timeDeltaMs (Results 1 – 3 of 3) sorted by relevance
124 long timeDeltaMs = Math.abs(mLatest.getCreateUptimeMs() - record.getCreateUptimeMs()); in mayAggregate() local125 return mLatest.mayAggregate(record) && timeDeltaMs < timeLimitMs; in mayAggregate()
578 long timeDeltaMs = currTimeMs - lastTimeMs; in updateBandwidthTxRxSamples() local580 if (timeDeltaMs > MODEM_POLL_TIME_DELTA_MAX_MS || timeDeltaMs <= 0) { in updateBandwidthTxRxSamples()678 private void updateBandwidthSample(long bytesDelta, long timeDeltaMs) {683 if (timeDeltaMs < TX_RX_TIME_MIN_MS) {686 long linkBandwidthLongKbps = bytesDelta * 8 / timeDeltaMs * 1000 / 1024;
1730 long timeDeltaMs = locations[i + 1].getTime() - locations[i].getTime(); in onReportLocations() local1733 if (abs(timeDeltaMs - realtimeDeltaMs) > MAX_BATCH_TIMESTAMP_DELTA_MS) { in onReportLocations()