Searched refs:mSystemServiceManager (Results 1 – 2 of 2) sorted by relevance
146 private SystemServiceManager mSystemServiceManager; field in SystemServer263 mSystemServiceManager = new SystemServiceManager(mSystemContext); in run()264 LocalServices.addService(SystemServiceManager.class, mSystemServiceManager); in run()326 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()329 mActivityManagerService = mSystemServiceManager.startService( in startBootstrapServices()331 mActivityManagerService.setSystemServiceManager(mSystemServiceManager); in startBootstrapServices()338 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class); in startBootstrapServices()345 mSystemServiceManager.startService(LightsService.class); in startBootstrapServices()349 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class); in startBootstrapServices()352 mSystemServiceManager.startBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()[all …]
404 SystemServiceManager mSystemServiceManager; field in ActivityManagerService1847 mSystemServiceManager.startUser(msg.arg1); in handleMessage()1857 mSystemServiceManager.switchUser(msg.arg1); in handleMessage()2386 mSystemServiceManager = mgr; in setSystemServiceManager()6334 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()11786 mSystemServiceManager.startUser(mCurrentUserId); in systemReady()20291 mSystemServiceManager.stopUser(userId); in stopUserLocked()20345 mSystemServiceManager.cleanupUser(userId); in finishUserStop()