Searched refs:mSystemServiceManager (Results 1 – 3 of 3) sorted by relevance
408 private SystemServiceManager mSystemServiceManager; field in SystemServer832 mSystemServiceManager = new SystemServiceManager(mSystemContext); in run()833 mSystemServiceManager.setStartInfo(mRuntimeRestart, in run()835 mDumper.addDumpable(mSystemServiceManager); in run()837 LocalServices.addService(SystemServiceManager.class, mSystemServiceManager); in run()1021 mSystemServiceManager.startService(FileIntegrityService.class); in startBootstrapServices()1028 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()1034 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class); in startBootstrapServices()1039 mSystemServiceManager.startService(UriGrantsManagerService.Lifecycle.class); in startBootstrapServices()1044 mSystemServiceManager.startService(PowerStatsService.class); in startBootstrapServices()[all …]
2957 mService.mSystemServiceManager.onUserStopped(userId);2984 return mService.mSystemServiceManager.isRuntimeRestarted();2988 return mService.mSystemServiceManager;
553 SystemServiceManager mSystemServiceManager; field in ActivityManagerService2351 mSystemServiceManager = mgr; in setSystemServiceManager()4719 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_BOOT_COMPLETED); in finishBooting()7508 mSystemServiceManager.preSystemReady(); in systemReady()7636 mSystemServiceManager.onUserStarting(t, currentUserId); in systemReady()15528 return mSystemServiceManager.isRuntimeRestarted(); in isRuntimeRestarted()