Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java105 long mModificationCount; field in LocalEventLog
147 mModificationCount++; in addLog()
161 mModificationCount++; in addLogEventInternal()
181 mModificationCount++; in clear()
271 private final long mModificationCount; field in LocalEventLog.LogIterator
282 mModificationCount = LocalEventLog.this.mModificationCount; in LogIterator()
334 if (mModificationCount != LocalEventLog.this.mModificationCount) { in checkModifications()