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.java1011 if (appWidgetF != null) appWidgetF.systemRunning(safeMode); in initAndLoop()
1016 if (wallpaperF != null) wallpaperF.systemRunning(); in initAndLoop()
1021 if (immF != null) immF.systemRunning(statusBarF); in initAndLoop()
1026 if (locationF != null) locationF.systemRunning(); in initAndLoop()
1031 if (countryDetectorF != null) countryDetectorF.systemRunning(); in initAndLoop()
1036 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning(); in initAndLoop()
1041 if (commonTimeMgmtServiceF != null) commonTimeMgmtServiceF.systemRunning(); in initAndLoop()
1047 textServiceManagerServiceF.systemRunning(); in initAndLoop()
1052 if (dreamyF != null) dreamyF.systemRunning(); in initAndLoop()
1057 if (atlasF != null) atlasF.systemRunning(); in initAndLoop()
[all …]
DCountryDetectorService.java170 void systemRunning() { in systemRunning() method in CountryDetectorService
DCommonTimeManagementService.java153 void systemRunning() { in systemRunning() method in CommonTimeManagementService
DNetworkTimeUpdateService.java111 public void systemRunning() { in systemRunning() method in NetworkTimeUpdateService
DAppWidgetService.java73 public void systemRunning(boolean safeMode) { in systemRunning() method in AppWidgetService
DAssetAtlasService.java189 public void systemRunning() { in systemRunning() method in AssetAtlasService
DTelephonyRegistry.java181 public void systemRunning() { in systemRunning() method in TelephonyRegistry
DTextServicesManagerService.java79 public void systemRunning() { in systemRunning() method in TextServicesManagerService
DWallpaperManagerService.java463 public void systemRunning() { in systemRunning() method in WallpaperManagerService
DLocationManagerService.java206 public void systemRunning() { in systemRunning() method in LocationManagerService
DInputMethodManagerService.java828 public void systemRunning(StatusBarManagerService statusBar) { in systemRunning() method in InputMethodManagerService
/frameworks/base/services/java/com/android/server/dreams/
DDreamManagerService.java76 public void systemRunning() { in systemRunning() method in DreamManagerService
/frameworks/base/services/java/com/android/server/media/
DMediaRouterService.java97 public void systemRunning() { in systemRunning() method in MediaRouterService
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java286 public void systemRunning() { in systemRunning() method in InputManagerService