Searched refs:mMaxCrashCountLimit (Results 1 – 1 of 1) sorted by relevance
226 private final int mMaxCrashCountLimit; field in CarService.CrashTracker238 mMaxCrashCountLimit = maxCrashCountLimit; in CrashTracker()243 mCrashTimestampsIndices = new RingBufferIndices(mMaxCrashCountLimit); in CrashTracker()250 if (mCrashTimestampsIndices.size() == mMaxCrashCountLimit) { in crashDetected()