Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DShutdownCheckPoints.java133 : new BinderCheckPoint(timestamp, callerProcessId, reason)); in recordCheckPointInternal()
271 private static class BinderCheckPoint extends SystemServerCheckPoint { class in ShutdownCheckPoints
274 BinderCheckPoint(long timestamp, int callerProcessId, @Nullable String reason) { in BinderCheckPoint() method in ShutdownCheckPoints.BinderCheckPoint