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.java1128 if (wallpaperF != null) wallpaperF.systemRunning(); in startOtherServices()
1133 if (immF != null) immF.systemRunning(statusBarF); in startOtherServices()
1138 if (locationF != null) locationF.systemRunning(); in startOtherServices()
1143 if (countryDetectorF != null) countryDetectorF.systemRunning(); in startOtherServices()
1148 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning(); in startOtherServices()
1154 commonTimeMgmtServiceF.systemRunning(); in startOtherServices()
1161 textServiceManagerServiceF.systemRunning(); in startOtherServices()
1166 if (atlasF != null) atlasF.systemRunning(); in startOtherServices()
1172 if (inputManagerF != null) inputManagerF.systemRunning(); in startOtherServices()
1177 if (telephonyRegistryF != null) telephonyRegistryF.systemRunning(); in startOtherServices()
[all …]
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java170 void systemRunning() { in systemRunning() method in CountryDetectorService
DNetworkTimeUpdateService.java111 public void systemRunning() { in systemRunning() method in NetworkTimeUpdateService
DCommonTimeManagementService.java150 void systemRunning() { in systemRunning() method in CommonTimeManagementService
DMmsServiceBroker.java125 public void systemRunning() { in systemRunning() method in MmsServiceBroker
DAssetAtlasService.java193 public void systemRunning() { in systemRunning() method in AssetAtlasService
DTextServicesManagerService.java84 public void systemRunning() { in systemRunning() method in TextServicesManagerService
DTelephonyRegistry.java330 public void systemRunning() { in systemRunning() method in TelephonyRegistry
DLocationManagerService.java226 public void systemRunning() { in systemRunning() method in LocationManagerService
DInputMethodManagerService.java883 public void systemRunning(StatusBarManagerService statusBar) { in systemRunning() method in InputMethodManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java92 mServiceStub.systemRunning(isSafeMode()); in onBootPhase()
213 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.java305 public void systemRunning() { in systemRunning() method in InputManagerService
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java500 public void systemRunning() { in systemRunning() method in WallpaperManagerService