Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java558 mSystemServiceManager.startBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
1563 mSystemServiceManager.startBootPhase(SystemService.PHASE_LOCK_SETTINGS_READY); in startOtherServices()
1567 mSystemServiceManager.startBootPhase(SystemService.PHASE_SYSTEM_SERVICES_READY); in startOtherServices()
1649 mSystemServiceManager.startBootPhase( in startOtherServices()
1741 mSystemServiceManager.startBootPhase( in startOtherServices()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java137 public void startBootPhase(final int phase) { in startBootPhase() method in SystemServiceManager
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7155 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()