Searched refs:mCheckPoints (Results 1 – 1 of 1) sorted by relevance
59 private final ArrayList<CheckPoint> mCheckPoints; field in ShutdownCheckPoints88 mCheckPoints = new ArrayList<>(); in ShutdownCheckPoints()148 synchronized (mCheckPoints) { in recordCheckPointInternal()149 mCheckPoints.add(checkPoint); in recordCheckPointInternal()150 if (mCheckPoints.size() > mInjector.maxCheckPoints()) mCheckPoints.remove(0); in recordCheckPointInternal()157 synchronized (mCheckPoints) { in dumpInternal()158 records = new ArrayList<>(mCheckPoints); in dumpInternal()