Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocalEventLog.java91 int mLogSize; field in LocalEventLog
113 mLogSize = 0; in LocalEventLog()
158 if (mLogSize == mEntries.length) { in addLogEventInternal()
164 mLogSize++; in addLogEventInternal()
180 mLogSize = 0; in clear()
190 return mLogSize == 0; in isEmpty()
246 return wrapIndex(mLogEndIndex - mLogSize); in startIndex()
295 return mCount < mLogSize; in hasNext()
326 if (++mCount < mLogSize) { in increment()
329 } while (mCount < mLogSize && isFiller(mEntries[mIndex])); in increment()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DWakeLockLogTest.java242 private final int mLogSize; field in WakeLockLogTest.TestInjector
246 mLogSize = logSize; in TestInjector()
256 return mLogSize; in getLogSize()