Home | History | Annotate | Download | only in util

Lines Matching refs:mMaxSize

577         private int mMaxSize = DEFAULT_SIZE;
594 mMaxSize = maxSize;
635 if (nextIndex >= mMaxSize) {
636 nextIndex -= mMaxSize;
660 if (mLogRecVector.size() < mMaxSize) {
665 if (mOldestIndex >= mMaxSize) {