Home
last modified time | relevance | path

Searched refs:mBootPhase (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java2625 int mBootPhase; field in AppStandbyController.Injector
2678 mBootPhase = phase; in onBootPhase()
2682 return mBootPhase; in getBootPhase()
2713 if (mBootPhase < PHASE_SYSTEM_SERVICES_READY) { in isNonIdleWhitelisted()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java5142 if ((mAm.mBootPhase < SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) in bumpServiceExecutingLocked()
5145 Slog.w(TAG, "Too early to start/bind service in system_server: Phase=" + mAm.mBootPhase in bumpServiceExecutingLocked()