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

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java69 serviceTester.systemRunning();
83 serviceTester.systemRunning();
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1399 if (locationF != null) locationF.systemRunning();
1404 if (countryDetectorF != null) countryDetectorF.systemRunning();
1409 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning();
1415 commonTimeMgmtServiceF.systemRunning();
1421 if (atlasF != null) atlasF.systemRunning();
1427 if (inputManagerF != null) inputManagerF.systemRunning();
1432 if (telephonyRegistryF != null) telephonyRegistryF.systemRunning();
1437 if (mediaRouterF != null) mediaRouterF.systemRunning();
1443 if (mmsServiceF != null) mmsServiceF.systemRunning();
1449 if (networkScoreF != null) networkScoreF.systemRunning();
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java170 void systemRunning() { method in class:CountryDetectorService
H A DCommonTimeManagementService.java150 void systemRunning() { method in class:CommonTimeManagementService
H A DNetworkTimeUpdateService.java123 public void systemRunning() { method in class:NetworkTimeUpdateService
H A DNetworkScoreService.java183 void systemRunning() { method in class:NetworkScoreService
184 if (DBG) Log.d(TAG, "systemRunning");
H A DAssetAtlasService.java192 public void systemRunning() { method in class:AssetAtlasService
H A DMmsServiceBroker.java227 public void systemRunning() { method in class:MmsServiceBroker
H A DTextServicesManagerService.java112 mService.systemRunning();
124 void systemRunning() { method in class:TextServicesManagerService
H A DTelephonyRegistry.java342 public void systemRunning() { method in class:TelephonyRegistry
348 log("systemRunning register for intents");
H A DInputMethodManagerService.java817 mService.systemRunning(statusBarService);
1076 public void systemRunning(StatusBarManagerService statusBar) { method in class:InputMethodManagerService
H A DLocationManagerService.java155 // --- fields below are final after systemRunning() ---
242 // most startup is deferred until systemRunning()
245 public void systemRunning() { method in class:LocationManagerService
247 if (D) Log.d(TAG, "systemRunning()");
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java128 mServiceStub.systemRunning(isSafeMode());
358 public void systemRunning(boolean safeMode) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java97 public void systemRunning() { method in class:MediaRouterService
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java355 public void systemRunning() { method in class:InputManagerService

Completed in 490 milliseconds