Searched refs:mCurrentPhase (Results 1 – 1 of 1) sorted by relevance
51 private int mCurrentPhase = -1; field in SystemServiceManager144 if (phase <= mCurrentPhase) { in startBootPhase()147 mCurrentPhase = phase; in startBootPhase()149 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()158 service.onBootPhase(mCurrentPhase); in startBootPhase()163 + mCurrentPhase, ex); in startBootPhase()177 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()344 builder.append("Current phase: ").append(mCurrentPhase).append("\n"); in dump()