Home
last modified time | relevance | path

Searched refs:systemRunning (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/
DCountryDetectorServiceTest.java131 mCountryDetectorService.systemRunning(); in addCountryListener_validListener_listenerAdded()
142 mCountryDetectorService.systemRunning(); in removeCountryListener_validListener_listenerRemoved()
179 mCountryDetectorService.systemRunning(); in notifyReceivers_twoListenersRegistered_bothNotified()
/frameworks/base/core/java/android/os/
DIIncidentManager.aidl71 oneway void systemRunning(); in systemRunning() method
/frameworks/base/cmds/incidentd/src/
DIncidentService.h140 virtual Status systemRunning();
DIncidentService.cpp394 Status IncidentService::systemRunning() { in systemRunning() function in android::os::incidentd::IncidentService
/frameworks/base/services/core/java/com/android/server/input/
DKeyRemapper.java59 public void systemRunning() { in systemRunning() method in KeyRemapper
DKeyboardLedController.java119 public void systemRunning() { in systemRunning() method in KeyboardLedController
DPointerIconCache.java99 public void systemRunning() { in systemRunning() method in PointerIconCache
DInputManagerService.java523 public void systemRunning() { in systemRunning() method in InputManagerService
573 mKeyboardLayoutManager.systemRunning(); in systemRunning()
574 mBatteryController.systemRunning(); in systemRunning()
575 mKeyboardBacklightController.systemRunning(); in systemRunning()
576 mKeyboardLedController.systemRunning(); in systemRunning()
577 mKeyRemapper.systemRunning(); in systemRunning()
578 mPointerIconCache.systemRunning(); in systemRunning()
3366 default void systemRunning() {} in systemRunning() method
DKeyboardBacklightController.java145 public void systemRunning() { in systemRunning() method in KeyboardBacklightController
167 mAmbientController.systemRunning(); in systemRunning()
DAmbientKeyboardBacklightController.java109 public void systemRunning() { in systemRunning() method in AmbientKeyboardBacklightController
DBatteryController.java120 public void systemRunning() { in systemRunning() method in BatteryController
DKeyboardLayoutManager.java146 public void systemRunning() { in systemRunning() method in KeyboardLayoutManager
/frameworks/base/services/java/com/android/server/
DHsumBootUserInitializer.java135 public void systemRunning(TimingsTraceAndSlog t) { in systemRunning() method in HsumBootUserInitializer
DSystemServer.java3181 hsumBootUserInitializer.systemRunning(t); in startOtherServices()
3216 countryDetectorF.systemRunning(); in startOtherServices()
3225 networkTimeUpdaterF.systemRunning(); in startOtherServices()
3235 inputManagerF.systemRunning(); in startOtherServices()
3244 telephonyRegistryF.systemRunning(); in startOtherServices()
3253 mediaRouterF.systemRunning(); in startOtherServices()
3262 if (mmsServiceF != null) mmsServiceF.systemRunning(); in startOtherServices()
3276 incident.systemRunning(); in startOtherServices()
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java189 void systemRunning() { in systemRunning() method in CountryDetectorService
DNetworkScoreService.java146 mService.systemRunning(); in onBootPhase()
323 void systemRunning() { in systemRunning() method in NetworkScoreService
DMmsServiceBroker.java231 public void systemRunning() { in systemRunning() method in MmsServiceBroker
/frameworks/base/tests/Input/src/com/android/server/input/
DAmbientKeyboardBacklightControllerTests.kt102 ambientController.systemRunning() in <lambda>()
DInputManagerServiceTests.kt146 service.systemRunning() in testInputSettingsUpdatedOnSystemRunning()
DBatteryControllerTests.kt219 batteryController.systemRunning() in setup()
/frameworks/base/services/core/java/com/android/server/timedetector/
DNetworkTimeUpdateService.java135 public void systemRunning() { in systemRunning() method in NetworkTimeUpdateService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java226 mServiceStub.systemRunning(isSafeMode()); in onBootPhase()
728 public void systemRunning(boolean safeMode) { in systemRunning() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java302 mTelephonyRegistry.systemRunning(); in addTelephonyRegistryService()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java189 public void systemRunning() throws RemoteException { in systemRunning() method in MediaRouterService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1158 mService.systemRunning(); in onBootPhase()
1500 public void systemRunning() { in systemRunning() method in InputMethodManagerService

12