Home
last modified time | relevance | path

Searched refs:startBootPhase (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/
DSystemServer.java1133 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
1487 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_SENSOR_SERVICE); in startOtherServices()
2546 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_LOCK_SETTINGS_READY); in startOtherServices()
2550 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_SYSTEM_SERVICES_READY); in startOtherServices()
2642 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_DEVICE_SPECIFIC_SERVICES_READY); in startOtherServices()
2681 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_ACTIVITY_MANAGER_READY); in startOtherServices()
2821 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_THIRD_PARTY_APPS_CAN_START); in startOtherServices()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java220 public void startBootPhase(@NonNull TimingsTraceAndSlog t, int phase) { in startBootPhase() method in SystemServiceManager
/frameworks/base/services/
Dart-profile-boot354 Lcom/android/server/SystemServiceManager;->startBootPhase(Lcom/android/server/utils/TimingsTraceAnd…
Dart-profile3187 HSPLcom/android/server/SystemServiceManager;->startBootPhase(Lcom/android/server/utils/TimingsTrace…
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java4719 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_BOOT_COMPLETED); in finishBooting()