Home
last modified time | relevance | path

Searched refs:timeDeltaMs (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1773 long timeDeltaMs = locations[i + 1].getTime() - locations[i].getTime(); in onReportLocations() local
1776 if (abs(timeDeltaMs - realtimeDeltaMs) > MAX_BATCH_TIMESTAMP_DELTA_MS) { in onReportLocations()