Home
last modified time | relevance | path

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

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