Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java1922 int mBootPhase; field in AppStandbyController.Injector
1967 mBootPhase = phase; in onBootPhase()
1971 return mBootPhase; in getBootPhase()
2002 if (mBootPhase < PHASE_SYSTEM_SERVICES_READY) { in isNonIdleWhitelisted()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2587 if ((mAm.mBootPhase < SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) in bumpServiceExecutingLocked()
2590 Slog.w(TAG, "Too early to start/bind service in system_server: Phase=" + mAm.mBootPhase in bumpServiceExecutingLocked()
DActivityManagerService.java1566 int mBootPhase; field in ActivityManagerService
2361 mService.mBootPhase = phase; in onBootPhase()