Searched refs:mCrashTimestampsIndices (Results 1 – 1 of 1) sorted by relevance
230 private final RingBufferIndices mCrashTimestampsIndices; field in CarService.CrashTracker243 mCrashTimestampsIndices = new RingBufferIndices(mMaxCrashCountLimit); in CrashTracker()248 mCrashTimestamps[mCrashTimestampsIndices.add()] = lastCrash; in crashDetected()250 if (mCrashTimestampsIndices.size() == mMaxCrashCountLimit) { in crashDetected()251 long firstCrash = mCrashTimestamps[mCrashTimestampsIndices.indexOf(0)]; in crashDetected()