Searched refs:mSystemServiceManager (Results 1 – 3 of 3) sorted by relevance
453 private SystemServiceManager mSystemServiceManager; field in SystemServer888 mSystemServiceManager = new SystemServiceManager(mSystemContext); in run()889 mSystemServiceManager.setStartInfo(mRuntimeRestart, in run()891 mDumper.addDumpable(mSystemServiceManager); in run()893 LocalServices.addService(SystemServiceManager.class, mSystemServiceManager); in run()1102 mSystemServiceManager.startService(FileIntegrityService.class); in startBootstrapServices()1109 Installer installer = mSystemServiceManager.startService(Installer.class); in startBootstrapServices()1115 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class); in startBootstrapServices()1121 mSystemServiceManager.startService(FeatureFlagsService.class); in startBootstrapServices()1126 mSystemServiceManager.startService(UriGrantsManagerService.Lifecycle.class); in startBootstrapServices()[all …]
36 private final SystemServiceManager mSystemServiceManager = field in SystemServiceManagerTest57 mSystemServiceManager.startService(service1); in testSealStartedServices()61 mSystemServiceManager.sealStartedServices(); in testSealStartedServices()63 () -> mSystemServiceManager.startService(service2)); in testSealStartedServices()76 mSystemServiceManager.startService(service); in testDuplicateServices()80 mSystemServiceManager.startService(service); in testDuplicateServices()86 mSystemServiceManager.onUserCompletedEvent(99, in onUserCompletedEventShouldNotThrowExceptionWithStoppedOrUnknownUser()
3862 return mService.mSystemServiceManager;