Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java2006 int mBootPhase; field in AppStandbyController.Injector
2059 mBootPhase = phase; in onBootPhase()
2063 return mBootPhase; in getBootPhase()
2094 if (mBootPhase < PHASE_SYSTEM_SERVICES_READY) { in isNonIdleWhitelisted()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java3386 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()
H A DActivityManagerService.java1403 int mBootPhase; field in ActivityManagerService
2030 mService.mBootPhase = phase; in onBootPhase()