Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java102 long mLastLogTime; field in LocalEventLog
117 mLastLogTime = -1; in LocalEventLog()
127 delta = time - mLastLogTime; in addLog()
146 mLastLogTime = mStartTime; in addLog()
156 Preconditions.checkState(mStartTime != -1 && mLastLogTime != -1); in addLogEventInternal()
171 mLastLogTime = mLastLogTime + timeDelta; in addLogEventInternal()
184 mLastLogTime = -1; in clear()