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.java83 private int mCurrentPhase = -1; field in SystemServiceManager
221 if (phase <= mCurrentPhase) { in startBootPhase()
224 mCurrentPhase = phase; in startBootPhase()
226 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()
235 service.onBootPhase(mCurrentPhase); in startBootPhase()
240 + mCurrentPhase, ex); in startBootPhase()
260 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()
500 pw.printf("Current phase: %d\n", mCurrentPhase); in dump()