Searched refs:mBootPhase (Results 1 – 3 of 3) sorted by relevance
2006 int mBootPhase; field in AppStandbyController.Injector2059 mBootPhase = phase; in onBootPhase()2063 return mBootPhase; in getBootPhase()2094 if (mBootPhase < PHASE_SYSTEM_SERVICES_READY) { in isNonIdleWhitelisted()
3386 if ((mAm.mBootPhase < SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) in bumpServiceExecutingLocked()3389 Slog.w(TAG, "Too early to start/bind service in system_server: Phase=" + mAm.mBootPhase in bumpServiceExecutingLocked()
1403 int mBootPhase; field in ActivityManagerService2030 mService.mBootPhase = phase; in onBootPhase()