Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocalEventLog.java294 long nextDeltaMs = mIndex == -1 ? 0 : mLog[mIndex].getTimeDeltaMs(); in increment() local
296 mCurrentRealtimeMs += nextDeltaMs; in increment()
299 nextDeltaMs = mLog[mIndex].getTimeDeltaMs(); in increment()