Searched refs:mSystemServiceManager (Results 1 – 3 of 3) sorted by relevance
300 private SystemServiceManager mSystemServiceManager; field in SystemServer497 mSystemServiceManager = new SystemServiceManager(mSystemContext); in run()498 mSystemServiceManager.setStartInfo(mRuntimeRestart, in run()500 LocalServices.addService(SystemServiceManager.class, mSystemServiceManager); in run()641 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()647 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class); in startBootstrapServices()652 mSystemServiceManager.startService(UriGrantsManagerService.Lifecycle.class); in startBootstrapServices()658 ActivityTaskManagerService atm = mSystemServiceManager.startService( in startBootstrapServices()661 mSystemServiceManager, atm); in startBootstrapServices()662 mActivityManagerService.setSystemServiceManager(mSystemServiceManager); in startBootstrapServices()[all …]
2253 mService.mSystemServiceManager.cleanupUser(userId);2280 return mService.mSystemServiceManager.isRuntimeRestarted();2284 return mService.mSystemServiceManager;
555 SystemServiceManager mSystemServiceManager; field in ActivityManagerService2587 mSystemServiceManager = mgr; in setSystemServiceManager()5275 mSystemServiceManager.startBootPhase(SystemService.PHASE_BOOT_COMPLETED); in finishBooting()9060 mSystemServiceManager.startUser(currentUserId); in systemReady()17951 return mSystemServiceManager.isRuntimeRestarted(); in isRuntimeRestarted()