Home
last modified time | relevance | path

Searched refs:systemRunning (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DCountryDetectorServiceTest.java69 serviceTester.systemRunning(); in testAddRemoveListener()
83 serviceTester.systemRunning(); in testNotifyListeners()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1356 if (locationF != null) locationF.systemRunning(); in startOtherServices()
1361 if (countryDetectorF != null) countryDetectorF.systemRunning(); in startOtherServices()
1366 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning(); in startOtherServices()
1372 commonTimeMgmtServiceF.systemRunning(); in startOtherServices()
1378 if (atlasF != null) atlasF.systemRunning(); in startOtherServices()
1384 if (inputManagerF != null) inputManagerF.systemRunning(); in startOtherServices()
1389 if (telephonyRegistryF != null) telephonyRegistryF.systemRunning(); in startOtherServices()
1394 if (mediaRouterF != null) mediaRouterF.systemRunning(); in startOtherServices()
1400 if (mmsServiceF != null) mmsServiceF.systemRunning(); in startOtherServices()
1406 if (networkScoreF != null) networkScoreF.systemRunning(); in startOtherServices()
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java170 void systemRunning() { in systemRunning() method in CountryDetectorService
DCommonTimeManagementService.java150 void systemRunning() { in systemRunning() method in CommonTimeManagementService
DNetworkTimeUpdateService.java123 public void systemRunning() { in systemRunning() method in NetworkTimeUpdateService
DNetworkScoreService.java183 void systemRunning() { in systemRunning() method in NetworkScoreService
DMmsServiceBroker.java226 public void systemRunning() { in systemRunning() method in MmsServiceBroker
DTextServicesManagerService.java112 mService.systemRunning(); in onBootPhase()
124 void systemRunning() { in systemRunning() method in TextServicesManagerService
DAssetAtlasService.java192 public void systemRunning() { in systemRunning() method in AssetAtlasService
DTelephonyRegistry.java342 public void systemRunning() { in systemRunning() method in TelephonyRegistry
DInputMethodManagerService.java813 mService.systemRunning(statusBarService); in onBootPhase()
1072 public void systemRunning(StatusBarManagerService statusBar) { in systemRunning() method in InputMethodManagerService
DLocationManagerService.java242 public void systemRunning() { in systemRunning() method in LocationManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java123 mServiceStub.systemRunning(isSafeMode()); in onBootPhase()
353 public void systemRunning(boolean safeMode) { in systemRunning() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java97 public void systemRunning() { in systemRunning() method in MediaRouterService
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java341 public void systemRunning() { in systemRunning() method in InputManagerService