Searched refs:mMaxCrashCountLimit (Results 1 – 1 of 1) sorted by relevance
195 private final int mMaxCrashCountLimit; field in CarService.CrashTracker207 mMaxCrashCountLimit = maxCrashCountLimit; in CrashTracker()212 mCrashTimestampsIndices = new RingBufferIndices(mMaxCrashCountLimit); in CrashTracker()219 if (mCrashTimestampsIndices.size() == mMaxCrashCountLimit) { in crashDetected()