Searched refs:mMaxCrashCountLimit (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DCarService.java219 private final int mMaxCrashCountLimit; field in class:CarService.CrashTracker
231 mMaxCrashCountLimit = maxCrashCountLimit;
236 mCrashTimestampsIndices = new RingBufferIndices(mMaxCrashCountLimit);
243 if (mCrashTimestampsIndices.size() == mMaxCrashCountLimit) {

Completed in 44 milliseconds