Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarService.java195 private final int mMaxCrashCountLimit; field in CarService.CrashTracker
207 mMaxCrashCountLimit = maxCrashCountLimit; in CrashTracker()
212 mCrashTimestampsIndices = new RingBufferIndices(mMaxCrashCountLimit); in CrashTracker()
219 if (mCrashTimestampsIndices.size() == mMaxCrashCountLimit) { in crashDetected()