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.java1155 if (wallpaperF != null) wallpaperF.systemRunning();
1160 if (immF != null) immF.systemRunning(statusBarF);
1165 if (locationF != null) locationF.systemRunning();
1170 if (countryDetectorF != null) countryDetectorF.systemRunning();
1175 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning();
1181 commonTimeMgmtServiceF.systemRunning();
1188 textServiceManagerServiceF.systemRunning();
1193 if (atlasF != null) atlasF.systemRunning();
1199 if (inputManagerF != null) inputManagerF.systemRunning();
1204 if (telephonyRegistryF != null) telephonyRegistryF.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.java115 public void systemRunning() { method in class:NetworkTimeUpdateService
H A DMmsServiceBroker.java226 public void systemRunning() { method in class:MmsServiceBroker
H A DAssetAtlasService.java191 public void systemRunning() { method in class:AssetAtlasService
H A DTextServicesManagerService.java87 public void systemRunning() { method in class:TextServicesManagerService
H A DTelephonyRegistry.java344 public void systemRunning() { method in class:TelephonyRegistry
350 log("systemRunning register for intents");
H A DLocationManagerService.java240 public void systemRunning() { method in class:LocationManagerService
H A DInputMethodManagerService.java1079 public void systemRunning(StatusBarManagerService statusBar) { method in class:InputMethodManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java113 mServiceStub.systemRunning(isSafeMode());
269 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.java322 public void systemRunning() { method in class:InputManagerService
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java504 public void systemRunning() { method in class:WallpaperManagerService

Completed in 353 milliseconds