Searched refs:systemRunning (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIIncidentManager.aidl48 void systemRunning();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java69 serviceTester.systemRunning();
83 serviceTester.systemRunning();
/frameworks/base/cmds/incidentd/src/
H A DIncidentService.h104 virtual Status systemRunning();
H A DIncidentService.cpp232 IncidentService::systemRunning() function in class:IncidentService
236 "Only system uid can call systemRunning");
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java171 void systemRunning() { method in class:CountryDetectorService
H A DCommonTimeManagementService.java151 void systemRunning() { method in class:CommonTimeManagementService
H A DNetworkTimeUpdateService.java124 public void systemRunning() { method in class:NetworkTimeUpdateService
H A DMmsServiceBroker.java227 public void systemRunning() { method in class:MmsServiceBroker
H A DTextServicesManagerService.java113 mService.systemRunning();
125 void systemRunning() { method in class:TextServicesManagerService
H A DNetworkScoreService.java255 void systemRunning() { method in class:NetworkScoreService
256 if (DBG) Log.d(TAG, "systemRunning");
H A DTelephonyRegistry.java349 public void systemRunning() { method in class:TelephonyRegistry
355 log("systemRunning register for intents");
H A DInputMethodManagerService.java1225 mService.systemRunning(statusBarService);
1414 public void systemRunning(StatusBarManagerService statusBar) { method in class:InputMethodManagerService
H A DLocationManagerService.java169 // --- fields below are final after systemRunning() ---
271 // most startup is deferred until systemRunning()
274 public void systemRunning() { method in class:LocationManagerService
276 if (D) Log.d(TAG, "systemRunning()");
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1747 if (locationF != null) locationF.systemRunning();
1754 if (countryDetectorF != null) countryDetectorF.systemRunning();
1761 if (networkTimeUpdaterF != null) networkTimeUpdaterF.systemRunning();
1769 commonTimeMgmtServiceF.systemRunning();
1778 if (inputManagerF != null) inputManagerF.systemRunning();
1785 if (telephonyRegistryF != null) telephonyRegistryF.systemRunning();
1792 if (mediaRouterF != null) mediaRouterF.systemRunning();
1799 if (mmsServiceF != null) mmsServiceF.systemRunning();
1807 if (networkScoreF != null) networkScoreF.systemRunning();
1818 if (incident != null) incident.systemRunning();
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java129 mServiceStub.systemRunning(isSafeMode());
363 public void systemRunning(boolean safeMode) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java98 public void systemRunning() { method in class:MediaRouterService
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java365 public void systemRunning() { method in class:InputManagerService

Completed in 320 milliseconds