Searched refs:mCurrentPhase (Results 1 – 1 of 1) sorted by relevance
83 private int mCurrentPhase = -1; field in SystemServiceManager221 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()