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.java1150 if (wallpaperF != null) wallpaperF.systemRunning(); in startOtherServices()
1155 if (immF != null) immF.systemRunning(statusBarF); in startOtherServices()
1160 if (locationF != null) locationF.systemRunning(); in startOtherServices()
1165 if (countryDetectorF != null) countryDetectorF.systemRunning(); in startOtherServices()
1170 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning(); in startOtherServices()
1176 commonTimeMgmtServiceF.systemRunning(); in startOtherServices()
1183 textServiceManagerServiceF.systemRunning(); in startOtherServices()
1188 if (atlasF != null) atlasF.systemRunning(); in startOtherServices()
1194 if (inputManagerF != null) inputManagerF.systemRunning(); in startOtherServices()
1199 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.java110 public void systemRunning() { in systemRunning() method in NetworkTimeUpdateService
DCommonTimeManagementService.java150 void systemRunning() { in systemRunning() method in CommonTimeManagementService
DMmsServiceBroker.java226 public void systemRunning() { in systemRunning() method in MmsServiceBroker
DAssetAtlasService.java191 public void systemRunning() { in systemRunning() method in AssetAtlasService
DTextServicesManagerService.java87 public void systemRunning() { in systemRunning() method in TextServicesManagerService
DTelephonyRegistry.java344 public void systemRunning() { in systemRunning() method in TelephonyRegistry
DLocationManagerService.java240 public void systemRunning() { in systemRunning() method in LocationManagerService
DInputMethodManagerService.java1063 public void systemRunning(StatusBarManagerService statusBar) { in systemRunning() method in InputMethodManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java113 mServiceStub.systemRunning(isSafeMode()); in onBootPhase()
269 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.java504 public void systemRunning() { in systemRunning() method in WallpaperManagerService