Searched refs:mCurrentPhase (Results 1 – 1 of 1) sorted by relevance
52 private int mCurrentPhase = -1; field in SystemServiceManager145 if (phase <= mCurrentPhase) { in startBootPhase()148 mCurrentPhase = phase; in startBootPhase()150 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()159 service.onBootPhase(mCurrentPhase); in startBootPhase()164 + mCurrentPhase, ex); in startBootPhase()178 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()355 builder.append("Current phase: ").append(mCurrentPhase).append("\n"); in dump()