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