Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarService.java229 private final long[] mCrashTimestamps; field in CarService.CrashTracker
242 mCrashTimestamps = new long[maxCrashCountLimit]; in CrashTracker()
248 mCrashTimestamps[mCrashTimestampsIndices.add()] = lastCrash; in crashDetected()
251 long firstCrash = mCrashTimestamps[mCrashTimestampsIndices.indexOf(0)]; in crashDetected()