Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java41 private int mCurrentPhase = -1; field in SystemServiceManager
124 if (phase <= mCurrentPhase) { in startBootPhase()
127 mCurrentPhase = phase; in startBootPhase()
129 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()
135 service.onBootPhase(mCurrentPhase); in startBootPhase()
140 + mCurrentPhase, ex); in startBootPhase()
215 builder.append("Current phase: ").append(mCurrentPhase).append("\n"); in dump()