Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownCheckPoints.java59 private final ArrayList<CheckPoint> mCheckPoints;
145 private void recordCheckPointInternal(CheckPoint checkPoint) { in recordCheckPointInternal()
154 final List<CheckPoint> records; in dumpInternal()
158 for (CheckPoint record : records) { in dumpInternal()
183 private abstract static class CheckPoint { class in ShutdownCheckPoints
188 CheckPoint(Injector injector, @Nullable String reason) { in CheckPoint() method in ShutdownCheckPoints.CheckPoint
212 private static class SystemServerCheckPoint extends CheckPoint {
320 private static class IntentCheckPoint extends CheckPoint {