Searched refs:mCurrentPhase (Results 1 – 1 of 1) sorted by relevance
45 private int mCurrentPhase = -1; field in SystemServiceManager138 if (phase <= mCurrentPhase) { in startBootPhase()141 mCurrentPhase = phase; in startBootPhase()143 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()152 service.onBootPhase(mCurrentPhase); in startBootPhase()157 + mCurrentPhase, ex); in startBootPhase()171 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()305 builder.append("Current phase: ").append(mCurrentPhase).append("\n"); in dump()