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

/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppStandbyController.java1494 int mBootPhase; field in class:AppStandbyController.Injector
1520 mBootPhase = phase;
1524 return mBootPhase;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2039 if ((mAm.mBootPhase < SystemService.PHASE_THIRD_PARTY_APPS_CAN_START)
2042 Slog.w(TAG, "Too early to start/bind service in system_server: Phase=" + mAm.mBootPhase
H A DActivityManagerService.java1859 int mBootPhase; field in class:ActivityManagerService
2892 mService.mBootPhase = phase;
[all...]

Completed in 63 milliseconds