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.java1356 if (locationF != null) locationF.systemRunning();
1361 if (countryDetectorF != null) countryDetectorF.systemRunning();
1366 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning();
1372 commonTimeMgmtServiceF.systemRunning();
1378 if (atlasF != null) atlasF.systemRunning();
1384 if (inputManagerF != null) inputManagerF.systemRunning();
1389 if (telephonyRegistryF != null) telephonyRegistryF.systemRunning();
1394 if (mediaRouterF != null) mediaRouterF.systemRunning();
1400 if (mmsServiceF != null) mmsServiceF.systemRunning();
1406 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 DMmsServiceBroker.java226 public void systemRunning() { method in class:MmsServiceBroker
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 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.java813 mService.systemRunning(statusBarService);
1072 public void systemRunning(StatusBarManagerService statusBar) { method in class:InputMethodManagerService
H A DLocationManagerService.java242 public void systemRunning() { method in class:LocationManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java123 mServiceStub.systemRunning(isSafeMode());
353 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.java341 public void systemRunning() { method in class:InputManagerService

Completed in 313 milliseconds