Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DShutdownCheckPoints.java59 private final ArrayList<CheckPoint> mCheckPoints;
147 private void recordCheckPointInternal(CheckPoint checkPoint) { in recordCheckPointInternal()
156 final List<CheckPoint> records; in dumpInternal()
160 for (CheckPoint record : records) { in dumpInternal()
185 private abstract static class CheckPoint { class in ShutdownCheckPoints
190 CheckPoint(long timestamp, @Nullable String reason) { in CheckPoint() method in ShutdownCheckPoints.CheckPoint
214 private static class SystemServerCheckPoint extends CheckPoint {
320 private static class IntentCheckPoint extends CheckPoint {