Searched refs:startBootPhase (Results 1 – 5 of 5) sorted by relevance
1133 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()
220 public void startBootPhase(@NonNull TimingsTraceAndSlog t, int phase) { in startBootPhase() method in SystemServiceManager
354 Lcom/android/server/SystemServiceManager;->startBootPhase(Lcom/android/server/utils/TimingsTraceAnd…
3187 HSPLcom/android/server/SystemServiceManager;->startBootPhase(Lcom/android/server/utils/TimingsTrace…
4719 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_BOOT_COMPLETED); in finishBooting()