Searched refs:mSystemServiceManager (Results 1 – 3 of 3) sorted by relevance
307 private SystemServiceManager mSystemServiceManager; field in SystemServer503 mSystemServiceManager = new SystemServiceManager(mSystemContext); in run()504 mSystemServiceManager.setStartInfo(mRuntimeRestart, in run()506 LocalServices.addService(SystemServiceManager.class, mSystemServiceManager); in run()675 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()681 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class); in startBootstrapServices()686 mSystemServiceManager.startService(UriGrantsManagerService.Lifecycle.class); in startBootstrapServices()692 ActivityTaskManagerService atm = mSystemServiceManager.startService( in startBootstrapServices()695 mSystemServiceManager, atm); in startBootstrapServices()696 mActivityManagerService.setSystemServiceManager(mSystemServiceManager); in startBootstrapServices()[all …]
2298 mService.mSystemServiceManager.cleanupUser(userId);2325 return mService.mSystemServiceManager.isRuntimeRestarted();2329 return mService.mSystemServiceManager;
564 SystemServiceManager mSystemServiceManager; field in ActivityManagerService2615 mSystemServiceManager = mgr; in setSystemServiceManager()5295 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()9099 mSystemServiceManager.startUser(currentUserId); in systemReady()18061 return mSystemServiceManager.isRuntimeRestarted(); in isRuntimeRestarted()