Searched refs:timeDeltaMs (Results 1 – 1 of 1) sorted by relevance
1773 long timeDeltaMs = locations[i + 1].getTime() - locations[i].getTime(); in onReportLocations() local1776 if (abs(timeDeltaMs - realtimeDeltaMs) > MAX_BATCH_TIMESTAMP_DELTA_MS) { in onReportLocations()