Searched refs:mCurrentPhase (Results 1 – 1 of 1) sorted by relevance
113 private int mCurrentPhase = -1; field in SystemServiceManager304 if (phase <= mCurrentPhase) { in startBootPhase()307 mCurrentPhase = phase; in startBootPhase()309 Slog.i(TAG, "Starting phase " + mCurrentPhase); in startBootPhase()318 service.onBootPhase(mCurrentPhase); in startBootPhase()323 + mCurrentPhase, ex); in startBootPhase()353 return mCurrentPhase >= SystemService.PHASE_BOOT_COMPLETED; in isBootCompleted()772 pw.printf("Current phase: %d\n", mCurrentPhase);